From 75da23a30391f8e86110978de9ce47af78d9a239 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Mon, 27 Jul 2015 20:54:57 -0300 Subject: [PATCH] Fix typo in README --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 25d19f7d2..f2376f7cb 100644 --- a/README.rst +++ b/README.rst @@ -27,11 +27,11 @@ Development Environment Installation mkvirtualenv -p /usr/bin/python3 sapl -* Install python dependencies:: +* Install python dependencies (run on the project root):: - pip install requirements -r / dev-requirements.txt + pip install -r requirements/dev-requirements.txt -* Install bower dependencies:: +* Install bower dependencies (run on the project root):: ./manage.py bower install