From f348000dff4dc446f7aa2147c48edac273cc8614 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Sun, 18 Oct 2015 23:14:36 +0200 Subject: [PATCH] Fixed a documentation typo --- doc/development/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/setup.rst b/doc/development/setup.rst index add5584815..5fd8ef540d 100644 --- a/doc/development/setup.rst +++ b/doc/development/setup.rst @@ -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::