summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2015-07-24 12:57:40 +0100
committerAdam Chainz <adam@adamj.eu>2015-07-24 12:57:40 +0100
commite2ff9ae4f4c6580247d4149abc04c5c9efea0a17 (patch)
treedd61c60dd06e7398821eaf0fcd98834c73afcba7 /README.rst
parent642c094aa561e99125dd9955670b65974ea6b16b (diff)
downloadpymemcache-e2ff9ae4f4c6580247d4149abc04c5c9efea0a17.tar.gz
README states it's available on pip with badge and instructions
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 9 insertions, 7 deletions
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
=====