13
README.rst
13
README.rst
@@ -30,14 +30,25 @@ Install from pip:
|
||||
|
||||
pip install pymemcache
|
||||
|
||||
For development, clone from github and run the tests with:
|
||||
For development, clone from github and run the tests:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
git clone https://github.com/pinterest/pymemcache.git
|
||||
cd pymemcache
|
||||
|
||||
Run the tests manually:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
python setup.py nosetests
|
||||
|
||||
Or with `Tox <http://tox.readthedocs.io/>`_:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
tox
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user