Skip to content

Commit ee664fb

Browse files
partevmfeurer
authored andcommitted
DOC: rename OSX -> macOS as it is the new name (#1349)
* rename OSX -> macOS as it is the new name rename OSX -> macOS as it is the new name for the operating system. e.g. see https://www.apple.com/macos * 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]> Co-authored-by: Matthias Feurer <[email protected]>
1 parent e2ddf62 commit ee664fb

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

doc/installation.rst

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -125,28 +125,6 @@ missed the `--recurse-submodules` option.
125125
pip install -e ".[test,doc,examples]"
126126
127127
128-
You can install auto-sklearn directly form source by following the below:
129-
130-
.. code:: bash
131-
132-
git clone --recurse-submodules [email protected]:automl/auto-sklearn.git
133-
cd auto-sklearn
134-
135-
# Install it in editable mode with all optional dependencies
136-
pip install -e ".[test,doc,examples]"
137-
138-
We use submodules so you will have to make sure the submodule is initialized if you
139-
missed the `--recurse-submodules` option.
140-
141-
.. code:: bash
142-
143-
git clone [email protected]:automl/auto-sklearn.git
144-
cd auto-sklearn
145-
git submodule update --init --recursive
146-
147-
pip install -e ".[test,doc,examples]"
148-
149-
150128
Windows/macOS compatibility
151129
===========================
152130

0 commit comments

Comments
 (0)