Re-structured requirements files

This commit is contained in:
Raphael Michel
2015-10-18 19:47:16 +02:00
parent e0f75d435e
commit f7011abfd4
4 changed files with 13 additions and 18 deletions

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
pip install -r requirements.txt requirements/dev.txt
Then, create the local database::