Posibility to use requirements.txt and virtualenv
marcorichetta opened this issue · 1 comments
marcorichetta commented
Hi!
First of all, congrats for this project. It seems pretty complex and the code is very readable.
Regarding the issue, you could add instructions to create a virtualenv
and, with that, the use of requirements.txt
, which is very practical for testing projects without messing your system installation.
HarshShah1997 commented
Added Pipenv. Checkout README for usage instructions.