From 31441c02137cca751d4ef3e4aa2048ca1d5e587e Mon Sep 17 00:00:00 2001 From: Tzu-Mainn Chen Date: Fri, 2 Aug 2013 17:14:49 -0400 Subject: [PATCH] added ./run_tests.sh step --- docs/install.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index f58f72360..c9e52b5d7 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -82,7 +82,14 @@ Then, install a virtual environment for your setup: python tools/install_venv.py -Next, set up your ``local_settings.py`` file: +Next, run ``run_tests.sh`` to have pip install dependencies: + +:: + + cd tuskar-ui + ./run_tests.sh + +Set up your ``local_settings.py`` file: ::