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 f40beda commit ec0842aCopy full SHA for ec0842a
doc/installation.rst
@@ -27,13 +27,7 @@ check the Section `Windows/OSX compatibility`_.
27
Installing auto-sklearn
28
=======================
29
30
-Please install all dependencies manually with:
31
-
32
-.. code:: bash
33
34
- curl https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt | xargs -n 1 -L 1 pip3 install
35
36
-Then install *auto-sklearn*:
+You can install *auto-sklearn* with `pip` in the usual manner:
37
38
.. code:: bash
39
0 commit comments