From 214d07f131c648e794ce6947b3ef4c24085c15f0 Mon Sep 17 00:00:00 2001 From: Stefan Heinemann Date: Mon, 25 Apr 2016 10:27:23 +0200 Subject: [PATCH] Updated the readme for the testing --- README.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5a65a9a6..960ebad9 100644 --- a/README.rst +++ b/README.rst @@ -107,9 +107,14 @@ Browse to http://localhost:8000 Running Tests ^^^^^^^^^^^^^ +It is recommended to create a virtualenv for testing. Assuming it is already +installed and activated: + :: - $ python runtests.py + $ pip install -e . + $ pip install -r requirements-development.txt + $ py.test -----