Back to Interpret

Developer install

python/stitch/docs/source/develop-install.rst

0.7.8809 B
Original Source

Developer install

To install a developer version of stitch, you will first need to clone the repository::

git clone https://github.com/interpretml/stitch
cd stitch

Next, install it with a develop install using pip::

pip install -e .

If you are planning on working on the JS/frontend code, you should also do a link installation of the extension::

jupyter nbextension install [--sys-prefix / --user / --system] --symlink --py stitch

jupyter nbextension enable [--sys-prefix / --user / --system] --py stitch

with the appropriate flag_. Or, if you are using Jupyterlab::

jupyter labextension install .

.. links

.. _appropriate flag: https://jupyter-notebook.readthedocs.io/en/stable/extending/frontend_extensions.html#installing-and-enabling-extensions