Installation¶
PyPI¶
cubist is installable via pip from PyPI using any of the commands below.
Model-Only¶
pip install cubist
or for those in the know:
uv add cubist
Enable Visualization Utilities¶
pip install cubist[viz]
or
uv add cubist --extra viz
Development¶
With uv installed:
uv sync --all-groups --all-extras
GitHub¶
The source code can be found on GitHub and the package can be installed from source using the following command:
pip install git+https://github.com/pjaselin/Cubist.git