Installation¶
Requirements¶
- Python 3.10 or newer.
Install from PyPI¶
Optional extras¶
Enable .env loading via python-dotenv:
Development install¶
git clone https://github.com/theperrygroup/signtraker.git
cd signtraker
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
pip install -r docs/requirements.txt