Skip to content

Commit 4f1cfe9

Browse files
authored
README updates
Thanks to @alexwlchan
2 parents 788ca8b + 5134502 commit 4f1cfe9

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,22 @@ Features
2828
Requirements
2929
============
3030

31-
* Python 2.7 - 3.5
31+
* Python 2.7 - 3.6
3232
* Requests 2.9.1+
3333
* **Optional** - ``simplejson``
3434
* **Optional** - ``kazoo`` for SolrCloud mode
3535

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)