README.md How to use Create your python venv and install django python3 -m venv your-venv source ./your-venv/bin/activate pip install django