No requirements.txt as mentioned in docs
peacepirate opened this issue ยท 3 comments
peacepirate commented
The readme mentions pip install -r requirements.txt, but the master branch does not seem to have a requirements.txt. Have the dependencies been removed completely? Seems like the installation instructions should be to run the setup.py or:
pip install -e pyt
KevinHock commented
๐ ๐ That's a great point @peacepirate, sorry about that, that change happened recently. I'll update the README.rst more extensively today or tomorrow.
Thanks for bringing that to my attention!
KevinHock commented
I made the readme a little better with a how to use section, I still have to write a walkthrough, but that's an Issue already made.
๐