Installation#

Install the latest Anaconda distribution of Python 3.

Clone this repository and navigate to the main folder ../sashimi

Install with pip#

For a non-editable installation run:

pip install .

Otherwise, if you want to contribute to the project as a developer, for editable installation run:

pip install -e .

Now you are ready to go!