Installing kb-python
pip Installation
To install the latest version of the kb-python with pip, run the following:
pip install kb_python
pip also allows you to install a specific version of kb-python. For example, for version 0.28.2 of kb-python:
pip install kb_python==0.28.2
Conda Installation
If you are using conda environment, you can install kb-python from the bioconda channel:
conda install -c bioconda kb-python
and to install a specific version, for example 0.28.2:
conda install -c bioconda kb-python=0.28.2
See also
If you want to install kallisto and bustools from source, please visit the advanced instillation section.