Installation
From PyPI (Recommended)
pip install alomancy
From Source
git clone https://github.com/julianholland/ALomancy.git
cd ALomancy
pip install -e ".[dev]"
Dependencies
Development Installation
For contributors and developers:
# Clone and install with development dependencies
git clone https://github.com/julianholland/ALomancy.git
cd ALomancy
pip install -e ".[dev,docs]"
# Install pre-commit hooks
pre-commit install