Installation¶
Requirements¶
dplPy requires Python 3.10 or newer. Its core scientific dependencies (NumPy, pandas, SciPy, matplotlib, statsmodels, csaps) are installed automatically.
Install from PyPI¶
Then confirm the install:
Optional extras¶
LiPD import/export is built on pylipd,
which most users do not need, so it is an optional extra:
Install with conda / mamba¶
If you prefer a conda environment, create one with Python 3.10+ and install dplPy into it with pip:
Install from source¶
To work from the latest main (unstable) or to contribute:
The project develops on main, with tagged pre/releases branched from it and
published to PyPI. See the
repository for the current version and
release notes.
Next steps¶
Head to the Quickstart for a complete worked example, or dive into the User Guide.