Installation¶
Install the latest version directly from GitHub:
Requires Python ≥ 3.10.
Development install¶
git clone https://github.com/Lumi-node/proof-scale.git
cd proof-scale
pip install -e ".[dev]"
pytest -q
Not published to PyPI — install from source as shown above.