Setup and Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide deal with the general setup and local installation of the kallisto
program.
For a list of all dependencies have a look at the file.
The kallisto
program is . The installation is straightforward using pip
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
or