Fixed developer documentation for Python 3.4

This commit is contained in:
Raphael Michel
2016-06-27 18:55:23 +02:00
parent ebec8c8595
commit e09f213f0c
+4
View File
@@ -40,6 +40,10 @@ The first thing you need are all the main application's dependencies::
cd src/
pip install -r requirements.txt -r requirements/dev.txt
If you are working with Python 3.4, you will also need (you can skip this for Python 3.5)::
pip install -r requirements/py34.txt
Then, create the local database::
python manage.py migrate