Installing from source
======================

.. caution::

        Installing specvizitor from source might lead to some unexpected behaviour and/or broken functionality.

Clone the repository and install specvizitor in the 'editable' mode:

.. code-block:: sh

   git clone https://github.com/ivkram/specvizitor
   cd specvizitor
   pip install -e .

To update specvizitor, simply run

.. code-block:: sh

   git pull

in the directory to which you cloned the repository.
