Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.12 KB
logo

yyc-historical-city-limits

coding_style GitHub Pages

A Python script that creates a video illustrating the historical changes in the city limits of Calgary

Environment

  • Python 3.9

Getting Started

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.

Credits