| Overview | Installation | Commands |
mamba install -c bioconda kraut
:warning: Kraut is available on PyPI as krautils.
You can install it using pip:
pip install krautils
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 .
If you wish to contribute to Kraut or run the test suite, install the package with developer dependencies:
pip install -e ".[dev]"
You can verify the installation by running the test suite:
pytest