From e3432794f56bcf45130cf00e9d85190d550a454a Mon Sep 17 00:00:00 2001 From: Bartuccio Antoine Date: Thu, 14 Mar 2019 11:07:55 +0100 Subject: [PATCH] README : update instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 776960b8..8ad6a2b0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ pip install -r requirements.txt To start the simple development server, just run `python3 manage.py runserver` +For more informations, check out the CONTRIBUTING.md file. + ### Logging errors with sentry To connect the app to sentry.io, you must set the variable SENTRY_DSN in your settings custom. It's composed of the full link given on your sentry project @@ -39,7 +41,7 @@ already. You can check all of them with: ```bash -sudo apt install libmysqlclient-dev libssl-dev libjpeg-dev zlib1g-dev python3-dev libffi-dev python3-dev libgraphviz-dev pkg-config python3-xapian +sudo apt install libmysqlclient-dev libssl-dev libjpeg-dev zlib1g-dev python3-dev libffi-dev python3-dev libgraphviz-dev pkg-config python3-xapian gettext ``` On macos, you will need homebrew