Browse Source

Fix typo in README

pull/6/head
Marcio Mazza 10 years ago
parent
commit
75da23a303
  1. 6
      README.rst

6
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

Loading…
Cancel
Save