Skip to content

Commit b091d0e

Browse files
committed
Added Requirements and Install to README
1 parent 5f76dc3 commit b091d0e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ of a test:
2626
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-mock.png
2727
:target: https://travis-ci.org/nicoddemus/pytest-mock
2828

29+
Requirements
30+
============
31+
32+
* Python 2.5+, including Python 3
33+
* pytest
34+
* mock (for Python < 3.3)
35+
36+
Install
37+
=======
38+
39+
Install using `pip <http://pip-installer.org/>`_:
40+
41+
.. code-block:: console
42+
43+
$ pip install pytest-mock
44+
2945
Usage
3046
=====
3147

0 commit comments

Comments
 (0)