We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788ca8b commit 2c8b8fdCopy full SHA for 2c8b8fd
README.rst
@@ -36,9 +36,14 @@ Requirements
36
Installation
37
============
38
39
-``sudo python setup.py install`` or drop the ``pysolr.py`` file anywhere on your
40
-PYTHONPATH.
+pysolr is on PyPI:
+
41
+.. code-block:: console
42
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.
47
48
Usage
49
=====
0 commit comments