From e2c2ac6643316aeda053447fb2e2f227c6292006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?= Date: Tue, 16 Oct 2018 11:26:00 +0200 Subject: [PATCH] Add conda installation information --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index b64315f..0b8ccee 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,10 @@ graphtools is available on `pip`. Install by running the following in a terminal Or, to install the latest version from github:: pip install --user git+git://github.com/KrishnaswamyLab/graphtools.git + +Alternatively, graphtools can be installed using [Conda](https://conda.io/docs/) (most easily obtained via the [Miniconda Python distribution](https://conda.io/miniconda.html)): + + conda install -c conda-forge graphtools Usage example -------------