Installation¶
Requirements¶
Python 3.10 or newer
numpy>=1.24scipy>=1.10numba>=0.58
Install From PyPI¶
pip install fdscore
Development Installation¶
For editable development installs:
pip install -e .
To install development tooling as well:
pip install -e ".[dev]"
Install From Source¶
git clone https://github.com/brenickra/fdscore.git
cd fdscore
pip install -e .