added ./run_tests.sh step

This commit is contained in:
Tzu-Mainn Chen 2013-08-02 17:14:49 -04:00
parent bd8539ebc5
commit 31441c0213

View File

@ -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:
::