Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 237 Bytes

run_instr.md

File metadata and controls

15 lines (14 loc) · 237 Bytes
  • Create virtualenv and install required modules
python -m virtualenv venv
venv/Scripts/activate
pip install -r ./requirements.txt
  • Run docker compose
  docker-compose up --build

OR

  docker-compose up