kraut

Installation

Overview Installation Commands

From Bioconda

Conda Version Conda Downloads

mamba install -c bioconda kraut

From PyPI

PyPI - Version

:warning: Kraut is available on PyPI as krautils.

You can install it using pip:

pip install krautils

From Source

To install the development version from a local clone of the repository:

git clone https://github.com/quadram-institute-bioscience/kraut.git
cd kraut
pip install .

Developer Installation

If you wish to contribute to Kraut or run the test suite, install the package with developer dependencies:

pip install -e ".[dev]"

Running Tests

You can verify the installation by running the test suite:

pytest