virtualenv venv source venv/bin/activate pip3 install -r requirements.txt Windowsvirtualenv venv venv\Scripts\activate pip3 install -r requirements.txt Make .gitignore file venv/ **/__pycache__ # add another, up to you After modifying contents on config, run app by using syntax: python3 ...