Skip to content

Commit

Permalink
Recommend pip install --user over sudo pip install in README
Browse files Browse the repository at this point in the history
This removes the need for users to enter their password when installing
the package and is safer.
  • Loading branch information
Calinou committed Feb 20, 2019
1 parent 82f590f commit c71b6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Annoy (`Approximate Nearest Neighbors <http://en.wikipedia.org/wiki/Nearest_neig
Install
-------

To install, simply do ``sudo pip install annoy`` to pull down the latest version from `PyPI <https://pypi.python.org/pypi/annoy>`_.
To install, simply do ``pip install --user annoy`` to pull down the latest version from `PyPI <https://pypi.python.org/pypi/annoy>`_.

For the C++ version, just clone the repo and ``#include "annoylib.h"``.

Expand Down

0 comments on commit c71b6c1

Please sign in to comment.