From cd4d40d73564cda845f3bfb9301c521aa829ab91 Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Thu, 24 Jun 2021 17:07:31 +0100 Subject: [PATCH] Update README.md Add not about shapely/geos --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2c7467bc5..f6be660a0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,14 @@ export PATH=${PATH}:/Applications/Postgres.app/Contents/Versions/11/bin/ To switch redis on you'll need to install it locally. On a OSX we've used brew for this. To use redis caching you need to switch it on by changing the config for development: REDIS_ENABLED = True + +### Other dependencies +Shapely, a subdependency required by notifications-utils, will fail to install unless you install its dependencies + +``` +brew install geos +``` ## To run the application