Skip to content

Commit c6209f4

Browse files
authored
README: don't recommend sudo
This is a bit of old practice which predates a lot of improvements to Python packaging and we don't need to encourage it
1 parent 4f1cfe9 commit c6209f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ pysolr is on PyPI:
4242
4343
$ pip install pysolr
4444
45-
Or if you want to install directly from the repository: ``sudo python setup.py install``, or drop the ``pysolr.py`` file anywhere on your
46-
PYTHONPATH.
45+
Or if you want to install directly from the repository: ``python setup.py install``, or drop the ``pysolr.py`` file anywhere on your ``PYTHONPATH``.
4746

4847
Usage
4948
=====

0 commit comments

Comments
 (0)