From b95454ebbd15f074c1e280d0e42f3e0d1c4585e7 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Thu, 23 Jul 2015 14:04:57 -0300 Subject: [PATCH] Add instructions to install bower on README --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c71d40636..c0e045bce 100644 --- a/README.rst +++ b/README.rst @@ -30,6 +30,10 @@ Development Environment Installation pip install requirements -r / dev-requirements.txt +* Install bower dependencies:: + + ./manage.py bower install + * Install `PostgreSQL `_ if you haven't already. * Create a ``sapl`` role with: @@ -112,7 +116,7 @@ Tests * To run all tests activate your virtualenv and issue these commands **at the root of the repository**: - py.test + py.test * To run the tests with coverage issue the command::