fix name of requirements file

This commit is contained in:
Frédéric Péters 2014-05-26 17:38:06 +02:00
parent 3ac701909f
commit 63d0f8a411
1 changed files with 1 additions and 1 deletions

2
README
View File

@ -4,7 +4,7 @@ How to start
To work on portail-citoyen just execute the following lines (command
to launch start with $, other lines are expected output)::
$ pip install -r ./requirements
$ pip install -r ./requirements.txt
$ cp local_settings.py.example local_settings.py
$ ./portail-citoyen syncdb --all # you will be asked to create a new admin user
Syncing...