Setup and Installation
This guide deal with the general setup and local installation of the kallisto
program.
Main dependencies
For a list of all dependencies have a look at the pyproject.toml
file.
Scientific References for Main Dependencies (if available)
Install from PyPI
The kallisto
program is available on PyPI. The installation is straightforward using pip
Install from Source
Requirements to installkallisto
from sources:
python >=3.7
First check that poetry
is running correctly (v1.0.10 at the time of writing)
Create a virtual environment (via pyenv
or conda
) and activate it. Afterwards, clone the kallisto
project from GitHub and install it using poetry
Last updated