python-security/pyt

No requirements.txt as mentioned in docs

peacepirate opened this issue ยท 3 comments

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

๐Ÿ™‡ ๐Ÿ™ 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!

I removed the requirements part in the meantime d626efc

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.
๐Ÿ‘