Compare commits

...

1 Commits

Author SHA1 Message Date
Leo Hemsted
cd4d40d735 Update README.md
Add not about shapely/geos
2021-06-24 17:07:31 +01:00

View File

@@ -60,6 +60,13 @@ To switch redis on you'll need to install it locally. On a OSX we've used brew f
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