summaryrefslogtreecommitdiff
path: root/docs/quickstart.rst
diff options
context:
space:
mode:
authorPhilippe Partarrieu <philippe@partarrieu.me>2020-01-15 15:07:46 +0100
committerGitHub <noreply@github.com>2020-01-15 15:07:46 +0100
commit564753db445432416cbd9d80f0ece8f02a3f0b94 (patch)
treec00c33e8c9a4fe687d6db18e4084a5fe6069b7c0 /docs/quickstart.rst
parent6245807b95a01ff3538f06bcc93e38042474aca9 (diff)
downloadclick-564753db445432416cbd9d80f0ece8f02a3f0b94.tar.gz
Update quickstart
Running `sudo pip install` is a security issue and should be discouraged
Diffstat (limited to 'docs/quickstart.rst')
-rw-r--r--docs/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quickstart.rst b/docs/quickstart.rst
index c5ee8c6..3644509 100644
--- a/docs/quickstart.rst
+++ b/docs/quickstart.rst
@@ -39,7 +39,7 @@ commands will work for you::
or even better::
- $ sudo pip install virtualenv
+ $ pip install virtualenv --user
One of these will probably install virtualenv on your system. Maybe it's even
in your package manager. If you use Ubuntu, try::