A Python script that creates a video illustrating the historical changes in the city limits of Calgary
- Python 3.9
python -m venv .venv
.venv\Scripts\activate
python -m pip install -U pip
pip install -r requirements.txt
python generate.py
Use
pip install -r requirements-dev.txt
for development.