Drop easy_install
in docs, everyone now uses pip
(#1436)
This commit is contained in:
parent
58bcc43bf9
commit
8fa14ed72f
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ documentation.
|
|||
|
||||
### Usage
|
||||
|
||||
Install packages into the per user site directory with `easy_install --user` or
|
||||
`pip install --user`.
|
||||
Install packages into the per user site directory with `pip install --user`.
|
||||
|
||||
virtualenvwrapper
|
||||
-----------------
|
||||
|
|
Loading…
Reference in a new issue