Open lamine2000 opened 3 years ago
@lamine2000
pip install division pip install ProgressBar pip install Browser pip install mechanize pip install requests
@YashvirGaming
It's not about knowing the dependencies, but including them in the project in a requirements.txt file. It would allow the user to run a quick pip install -r requirements.txt
that will scan for that specific file to get all of the dependencies they need to run the project.
Here is a small article expanding on that: https://learnpython.com/blog/python-requirements-file/
I'll try and do make a pull request.
Could you please add a requirements.txt file ?