We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64517a8 commit d93339cCopy full SHA for d93339c
doc/installation.rst
@@ -7,6 +7,8 @@ Installation
7
scipy). So first you will need to `follow their installation instructions <http://scikit-learn.org/dev/install.html>`_
8
to get the dependencies.
9
10
+Option 1: installation using pip
11
+---------------
12
Now that you have scikit-learn installed, you can install ``gplearn`` using pip::
13
14
pip install gplearn
@@ -28,3 +30,11 @@ or::
28
30
python setup.py install --user
29
31
32
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