Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 311 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 311 Bytes

fetch branch from github.

create local python environment windows python -m venv [local_env_name e.g env]

linux/mac python3 -m venv [local_env_name e.g env]

activate the environment windows
env\scripts\activate linux/mac source env/bin/activate

install required packages. pip install -r requirements.txt