diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-11-02 21:35:38 -0700 |
|---|---|---|
| committer | Jon Dufresne <jon.dufresne@gmail.com> | 2018-11-02 21:35:45 -0700 |
| commit | 46e0bb9454beab26d14e62b7d152bf44300a8583 (patch) | |
| tree | fc3cc7f86ab5851e55b1134f87f07c1c2c5cac13 /docs/quickstart.rst | |
| parent | 0d95fb0d234d2bfe0a29f673399b72b4b42e1fb2 (diff) | |
| download | click-46e0bb9454beab26d14e62b7d152bf44300a8583.tar.gz | |
Remove reference to deprecated easy_install
easy_install is deprecated and its use is discouraged by PyPA:
https://setuptools.readthedocs.io/en/latest/easy_install.html
> Warning: Easy Install is deprecated. Do not use it. Instead use pip.
Follow upstream advice and only recommended supported tools.
Diffstat (limited to 'docs/quickstart.rst')
| -rw-r--r-- | docs/quickstart.rst | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 4479d0e..ccec149 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -32,12 +32,7 @@ install separate copies of Python, but it does provide a clever way to keep different project environments isolated. Let's see how virtualenv works. -If you are on Mac OS X or Linux, chances are that one of the following two -commands will work for you:: - - $ sudo easy_install virtualenv - -or even better:: +If you are on Mac OS X or Linux:: $ sudo pip install virtualenv |
