Installation
============
PyPI
----
``cubist`` is installable via ``pip`` from `PyPI `_ using any of the commands below.
Model-Only
^^^^^^^^^^^^^^^^^^
.. code-block:: shell
pip install cubist
Enable Visualization Utilities
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: shell
pip install cubist[viz]
Development
^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: shell
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:
.. code-block:: shell
pip install git+https://github.com/pjaselin/Cubist.git