add documentation for following commands
pip3 install virtualenv
virtualenv venv
-
- if win10:
.\venv\Scripts\activate
(might need toSet-ExecutionPolicy RemoteSigned
to run andSet-ExecutionPolicy Restricted
after running for protection reason) - if linux/macos:
source venv/bin/activate
- if win10:
pip3 install -r requirements.txt
python main.py
deactivate
to exit venv