/btowntickets

Brampton parking ticket analysis

Primary LanguageJupyter NotebookMIT LicenseMIT

btowntickets


Table of Contents

Installation

  1. Clone from github
git clone 
  1. Install Python 3.10+

If Windows, don't install from Microsoft Store bc I haven't tested that setup

  1. Install hatch for dependency management

Recommendation: use pipx to install hatch

python -m pip install --user pipx
pipx install hatch
  1. cd into project directory and activate virtual environment
hatch shell

License

btowntickets is distributed under the terms of the MIT license.