Skip to content

Commit ec0842a

Browse files
Updates pip install instructions (#1237)
* update * Update doc/installation.rst Co-authored-by: Matthias Feurer <[email protected]> * Update doc/installation.rst Co-authored-by: Matthias Feurer <[email protected]> Co-authored-by: Matthias Feurer <[email protected]>
1 parent f40beda commit ec0842a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/installation.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,7 @@ check the Section `Windows/OSX compatibility`_.
2727
Installing auto-sklearn
2828
=======================
2929

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*:
30+
You can install *auto-sklearn* with `pip` in the usual manner:
3731

3832
.. code:: bash
3933

0 commit comments

Comments
 (0)