8000 Update doc/install.rst · scikit-learn/scikit-learn@d82a101 · GitHub
[go: up one dir, main page]

Skip to content

Commit d82a101

Browse files
authored
Update doc/install.rst
1 parent 1749fe6 commit d82a101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ recommended to use python3 ``virtualenv``
6161

6262
That gives, on Linux::
6363

64-
python -m venv .myenv
64+
python3 -m venv .myenv
6565
source .myenv/bin/activate
6666
pip install -U scikit-learn
6767

0 commit comments

Comments
 (0)
0