Skip to content
This repository was archived by the owner on Jul 29, 2020. It is now read-only.

Commit 5f33d32

Browse files
committed
Update README.rst
Add `Install pytest-django` section
1 parent 958200a commit 5f33d32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ pytest-django allows you to test your Django project/applications with the
2626
* `Issue tracker <http://github.com/pytest-dev/pytest-django/issues>`_
2727
* `Python Package Index (PyPI) <https://pypi.python.org/pypi/pytest-django/>`_
2828

29+
Install pytest-django
30+
---------------------
31+
32+
::
33+
34+
pip install pytest-django
35+
2936
Why would I use this instead of Django's `manage.py test` command?
3037
------------------------------------------------------------------
3138

0 commit comments

Comments
 (0)