From b56bad36770ef2f3e4a8c11c4f42330200a8820b Mon Sep 17 00:00:00 2001 From: Jan-Benedikt Jagusch Date: Tue, 19 Dec 2023 10:43:02 +0000 Subject: [PATCH] Add installation instruction for conda. --- docs/docs/install.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/docs/install.md b/docs/docs/install.md index d5af8258f93..814f7616c94 100644 --- a/docs/docs/install.md +++ b/docs/docs/install.md @@ -20,6 +20,14 @@ Verify that the installation succeeded: rill --help ``` +## Install via Conda + +You can also install `rill` via `conda`: + +``` +conda install --channel conda-forge rill +``` + ## Nightly Releases On both macOS and Linux, you can install the latest nightly build using the installation script: