From 9e361627cb972637ff86cdfb0c17a14430d02664 Mon Sep 17 00:00:00 2001 From: Roberto Panai Date: Tue, 26 Jul 2022 21:57:06 -0400 Subject: [PATCH] Adding conda as installation methods It is available on conda-forge [https://anaconda.org/conda-forge/kats](https://anaconda.org/conda-forge/kats) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 16d034e6b..e8b3e22dd 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ which omits many dependencies (everything in `test_requirements.txt`). However, this will disable many functionalities and cause `import kats` to log warnings. See `setup.py` for full details and options. +Kats is on conda-forge, so you can use `conda` to install it. + +```bash +conda install -c conda-forge kats +``` + ## Examples Here are a few sample snippets from a subset of Kats offerings: