- Clone this repository to directory of your choice.
- Make sure you have activated the Python environment you would like to work in. To read up on Python environments see the Python documentation.
pip install -e path/to/cloned/repository
to install the package in editable mode, i.e. symlinking it so updates to the repository will be readily available.- Test your installation: Run
python
to enter an interactive Python shell and try toimport spec_diagnose
.