diff --git a/doc/development/setup.rst b/doc/development/setup.rst index 3cf780b5b..5c01f102f 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -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