Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cd5385e

Browse filesBrowse files
authored
Simplify conda installation. (#22771)
1 parent ee1b6d2 commit cd5385e
Copy full SHA for cd5385e

File tree

2 files changed

+4
-4
lines changed
Filter options

2 files changed

+4
-4
lines changed

‎doc/install.rst

Copy file name to clipboardExpand all lines: doc/install.rst
+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +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 -c conda-forge scikit-learn</span
84-
><span class="sk-expandable" data-packager="conda" data-venv="">conda activate sklearn-env</span
83+
><span class="sk-expandable" data-packager="conda">conda create -n sklearn-env -c conda-forge scikit-learn</span
84+
><span class="sk-expandable" data-packager="conda">conda activate sklearn-env</span
8585
></code></pre></div>
8686

8787
In order to check your installation you can use

‎doc/themes/scikit-learn-modern/static/css/theme.css

Copy file name to clipboardExpand all lines: doc/themes/scikit-learn-modern/static/css/theme.css
+2-2
Original file line numberDiff line numberDiff line change
@@ -1162,8 +1162,8 @@ div.highlight span.sk-expandable:before {
11621162
display: block;
11631163
}
11641164

1165-
#quickstart-conda:checked ~ label[for="quickstart-venv"]:before {
1166-
content: "Use conda environment";
1165+
#quickstart-conda:checked ~ #quickstart-venv ~ label[for="quickstart-venv"] {
1166+
display: none;
11671167
}
11681168

11691169
/* for pip */

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.