Browse Source

Drop `easy_install` in docs, everyone now uses `pip` (#1436)

master
Jeff Widman 7 years ago committed by Kaleb Elwert
parent
commit
8fa14ed72f
  1. 3
      modules/python/README.md

3
modules/python/README.md

@ -28,8 +28,7 @@ documentation. @@ -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…
Cancel
Save