Update README.md

Add not about shapely/geos
This commit is contained in:
Leo Hemsted
2021-06-24 17:07:31 +01:00
committed by GitHub
parent 5c7b0d1dfb
commit cd4d40d735

View File

@@ -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