Installation#
From source#
During development, installing from source is recommended:
git clone https://github.com/binny-org/binny.git
cd binny
python -m pip install -e .
Development install#
To install with development tools (testing, linting, CI helpers):
python -m pip install -e ".[dev]"