From f1ce79e91374d3d7fa80887c72a56e30c6d35cf0 Mon Sep 17 00:00:00 2001 From: Benjamin Rood Date: Tue, 6 Mar 2018 20:04:28 +1300 Subject: [PATCH] Don't need sudo for pip For global installs, use the `--user` flag instead. --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 3365877..fb07234 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -27,7 +27,7 @@ Alternatively using pip, the Python package manager: .. code:: bash - sudo pip install yamllint + pip install --user yamllint If you prefer installing from source, you can run, from the source directory: