Closed npvq closed 3 years ago
Thank you for the feedback. I have made the requested changes. Note that the "Linux and macOS" and "Windows" sections were named Setup for Linux and macOS
and Setup for Windows
respectively to avoid conflict with the Windows
section in the TOC. Please let me know if I need to make any other changes.
Virtual Environment Instructions added for Linux and OS X only.
New contributors should use a Virtual Environment to make sure their python installation has the same packages as the requirements, and should they use a new package, they could update
requirements.txt
viapip freeze
. TheREADME.md
installation documentation was updated for Linux and OS X with instructions to set up a Virtual Environment viavenv
for Python 3.