Journey to the Pythonic Peak (Pragmatic Python 2) Getting started python -m virtualenv .venv # powershell .venv\Scripts\activate/ps1 # bash source .venv/bin/activate pip install -r requirements.text -r requirements.dev.test cp sample.config.json config.json python -m app