ubsuny / 23-Homework4G1

This is the main repository for 23-Homework4G1 and is based on GitHub actions for linting and unit testing.
https://github.com/ubsuny/23-Homework4G1
Apache License 2.0
1 stars 11 forks source link

what does requirements.txt do #77

Closed LinxuanHu closed 11 months ago

LinxuanHu commented 11 months ago

can you explain what does requirements.txt do in this assignment

reshnashrestha commented 11 months ago

It fulfills the requirements to run the code like numpy, pytest, pylint, etc.

pratibha77118 commented 11 months ago

Ya we just put the libraries that are required in our code in requirement.txt. It install and use those libraries to run the code.

reshnashrestha commented 11 months ago

Hope this helps @LinxuanHu