Don't need sudo for pip

For global installs, use the `--user` flag instead.
pull/99/head^2
Benjamin Rood 7 years ago committed by GitHub
parent 503bde9e70
commit f1ce79e913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save