From 67344f74e88edee7d6064002a2b5ad842b21b30d Mon Sep 17 00:00:00 2001 From: Olivier Sallou Date: Wed, 2 Sep 2015 23:22:08 +0200 Subject: [PATCH] Update README.md Add install code setup --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 339fecc..36f9595 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ Configuration is done in development.ini or production.ini BROKER_URL = mongodb://localhost/biomaj_celery +# Install + + python setup.py develop + # Running ## Development -- GitLab