Skip to content

Commit edc91ea

Browse files
authored
Merge pull request #28 from bebatut/patch-1
Add conda installation information
2 parents a27a333 + e2c2ac6 commit edc91ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ graphtools is available on `pip`. Install by running the following in a terminal
3333
Or, to install the latest version from github::
3434

3535
pip install --user git+git://github.com/KrishnaswamyLab/graphtools.git
36+
37+
Alternatively, graphtools can be installed using [Conda](https://conda.io/docs/) (most easily obtained via the [Miniconda Python distribution](https://conda.io/miniconda.html)):
38+
39+
conda install -c conda-forge graphtools
3640

3741
Usage example
3842
-------------

0 commit comments

Comments
 (0)