Skip to content

Commit 2c8b8fd

Browse files
committed
Clarify that pysolr is pip-installable
1 parent 788ca8b commit 2c8b8fd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,14 @@ Requirements
3636
Installation
3737
============
3838

39-
``sudo python setup.py install`` or drop the ``pysolr.py`` file anywhere on your
40-
PYTHONPATH.
39+
pysolr is on PyPI:
40+
41+
.. code-block:: console
4142
43+
$ pip install pysolr
44+
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.
4247

4348
Usage
4449
=====

0 commit comments

Comments
 (0)