Skip to content

Commit 9eec732

Browse files
committed
Merge pull request scikit-learn#1998 from kgeis/fix-setup-instruction
Changed the setup instructions in the README
2 parents dafc663 + 531b2d8 commit 9eec732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Install
4949
This package uses distutils, which is the default way of installing
5050
python modules. To install in your home directory, use::
5151

52-
python setup.py install --home
52+
python setup.py install --user
5353

5454
To install for all users on Unix/Linux::
5555

0 commit comments

Comments
 (0)