Skip to content

Commit

Permalink
Updates pip install instructions (#1237)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
eddiebergman and mfeurer authored Sep 10, 2021
1 parent f40beda commit ec0842a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ check the Section `Windows/OSX compatibility`_.
Installing auto-sklearn
=======================

Please install all dependencies manually with:

.. code:: bash
curl https://raw.githubusercontent.com/automl/auto-sklearn/master/requirements.txt | xargs -n 1 -L 1 pip3 install
Then install *auto-sklearn*:
You can install *auto-sklearn* with `pip` in the usual manner:

.. code:: bash
Expand Down

0 comments on commit ec0842a

Please sign in to comment.