summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzu-Mainn Chen <tzumainn@redhat.com>2013-08-02 17:14:49 -0400
committerTzu-Mainn Chen <tzumainn@redhat.com>2013-08-02 17:14:49 -0400
commit31441c02137cca751d4ef3e4aa2048ca1d5e587e (patch)
tree0f4118461d9328c9db078ec2e264f0148b90cb23
parentbd8539ebc552a13eebdefa9616396c6acee0cc48 (diff)
downloadtuskar-ui-31441c02137cca751d4ef3e4aa2048ca1d5e587e.tar.gz
added ./run_tests.sh step
-rw-r--r--docs/install.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/install.rst b/docs/install.rst
index f58f7236..c9e52b5d 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:
::