Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 505 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 505 Bytes

pms

Instructions for developers

If you already have a virtual environment, omit the python3 -m venv . command.

pip3 install --upgrade tensorflow # sudo or Run as admin
git clone https://github.com/jia1/pms.git
cd pms
python3 -m venv .
. bin/activate # If Windows, do: Scripts\activate.bat
pip3 install -r requirements.txt
python3 download.py

Additional commands to run jupyter notebook in virtual environment:

ipython kernel install --user --name=pms
jupyter notebook