Fixed a documentation typo

This commit is contained in:
Raphael Michel
2015-10-18 23:14:36 +02:00
parent 6e46b6fddb
commit f348000dff
+1 -1
View File
@@ -37,7 +37,7 @@ Working with the code
The first thing you need are all the main application's dependencies::
cd src/
pip install -r requirements.txt requirements/dev.txt
pip install -r requirements.txt -r requirements/dev.txt
Then, create the local database::