Skip to content

Commit d93339c

Browse files
authored
Added instruction to install trough anaconda (#297)
1 parent 64517a8 commit d93339c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/installation.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Installation
77
scipy). So first you will need to `follow their installation instructions <http://scikit-learn.org/dev/install.html>`_
88
to get the dependencies.
99

10+
Option 1: installation using pip
11+
---------------
1012
Now that you have scikit-learn installed, you can install ``gplearn`` using pip::
1113

1214
pip install gplearn
@@ -28,3 +30,11 @@ or::
2830
python setup.py install --user
2931

3032
and you're done!
33+
34+
Option 2: installation using conda
35+
---------------
36+
In case you want to install ``gplearn`` in an anaconda environment, you can run::
37+
38+
conda install -c conda-forge gplearn
39+
40+
and you're done!

0 commit comments

Comments
 (0)