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 via pip freeze. The README.md installation documentation was updated for Linux and OS X with instructions to set up a Virtual Environment via venv for Python 3.
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.