Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 404 Bytes

todo.md

File metadata and controls

8 lines (8 loc) · 404 Bytes

add documentation for following commands

  1. pip3 install virtualenv
  2. virtualenv venv
    1. if win10: .\venv\Scripts\activate (might need to Set-ExecutionPolicy RemoteSigned to run and Set-ExecutionPolicy Restricted after running for protection reason)
    2. if linux/macos: source venv/bin/activate
  3. pip3 install -r requirements.txt
  4. python main.py
  5. deactivate to exit venv