8000 DOC use conda-forge to create the environment in the installation doc… · scikit-learn/scikit-learn@b19befd · GitHub
[go: up one dir, main page]

Skip to content

Commit b19befd

Browse files
authored
DOC use conda-forge to create the environment in the installation docs (#21348)
1 parent f1b010e commit b19befd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/install.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ Then run:
8080
><span class="sk-expandable" data-packager="pip" data-os="mac" data-venv="no">pip install -U scikit-learn</span
8181
><span class="sk-expandable" data-packager="pip" data-os="windows" data-venv="no">pip install -U scikit-learn</span
8282
><span class="sk-expandable" data-packager="pip" data-os="linux" data-venv="no">pip3 install -U scikit-learn</span
83-
><span class="sk-expandable" data-packager="conda" data-venv="">conda create -n sklearn-env</span
83+
><span class="sk-expandable" data-packager="conda" data-venv="">conda create -n sklearn-env -c conda-forge scikit-learn</span
8484
><span class="sk-expandable" data-packager="conda" data-venv="">conda activate sklearn-env</span
85-
><span class="sk-expandable" data-packager="conda">conda install -c conda-forge scikit-learn </span
8685
></code></pre></div>
8786

8887
In order to check your installation you can use

0 commit comments

Comments
 (0)
0