TODO: Update this file
python3 -m venv venv
source venv/bin/activate
From the src/ directory...
python3 -m pip install pip setuptools wheel
python3 -m pip install -e .
If you are developing this package,
python3 -m pip install pip setuptools wheel
python3 -m pip install -e ".[dev]"