Virtual Env Setup So you have auto complete python3 -m venv venv source venv/bin/activate pip install -r requirements.txt How to run You only need to run it once. docker build . -t comps For each time you want to use docker sh run.sh