From e2ff9ae4f4c6580247d4149abc04c5c9efea0a17 Mon Sep 17 00:00:00 2001 From: Adam Chainz Date: Fri, 24 Jul 2015 12:57:40 +0100 Subject: README states it's available on pip with badge and instructions --- README.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 3b7aa92..ea1d1f0 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,9 @@ pymemcache .. image:: https://travis-ci.org/pinterest/pymemcache.png :target: https://travis-ci.org/pinterest/pymemcache +.. image:: https://img.shields.io/pypi/v/pymemcache.svg + :target: https://pypi.python.org/pypi/pymemcache + .. image:: https://readthedocs.org/projects/pymemcache/badge/?version=master :target: http://pymemcache.readthedocs.org/en/latest/ :alt: Master Documentation Status @@ -21,20 +24,19 @@ pymemcache supports the following features: Installing pymemcache ===================== -You can install pymemcache manually, with Nose tests, by doing the following: +Install from pip: .. code-block:: bash - git clone https://github.com/pinterest/pymemcache.git - cd pymemcache - python setup.py nosetests - sudo python setup.py install + pip install pymemcache -You can also use pip: +For development, clone from github and run the tests with: .. code-block:: bash - sudo pip install https://github.com/pinterest/pymemcache.git + git clone https://github.com/pinterest/pymemcache.git + cd pymemcache + python setup.py nosetests Usage ===== -- cgit v1.2.1