Closed boxabirds closed 8 months ago
Thank you for your pull request. @SingleZombie will take a look at it and check it.
I tried to use pipenv, but it is much slower than pip install. I don't think we should use an installation tool that most users do not familiar with.
Thanks for your PR. I will update the requirements.txt to standard format and README in another PR.
There's a standard format for
requirements.txt
which I've converted the original file to. Also as I find it so much easier to work with than anything else for managing python projects, I created apipenv
Pipfile which makes the requirements.txt file unnecessary. All you do ispipenv install
and
pipenv shell
Any subsequent dependencies you install with
pipenv install <pip package>