mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-26 21:09:59 -05:00
Update README.md
Add not about shapely/geos
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user