Installation¶
PyPI¶
cubist
is installable via pip
from PyPI using any of the commands below.
Model-Only¶
pip install cubist
Enable Visualization Utilities¶
pip install cubist[viz]
Development¶
pip install cubist[dev,viz]
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