Bank web application for Django - course project.
then create virtual environment and install all the required packages with following commands:
cd dbank_project
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
then you are on your own ;) Or you can install Chocolately (package manager for Windows) and run following commands:
choco install cmder
choco install python3