Installing from source

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:

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

To update specvizitor, simply run

git pull

in the directory to which you cloned the repository.