summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 38994e7..99f7940 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A rain radar clone for Mapbox GL, see it live at: [http://geshem.space](http://g
## Dev
- Python 3.5
- - Redis
+ - Redis (optional, recommended)
Setup a virtualenv:
@@ -14,8 +14,10 @@ $ mkvirtualenv -p `which python3` geshem
$ pip install -r requirements.txt
```
-Make sure you have a stupid `redis-server` running on localhost, then just run:
+Then just run:
```bash
$ python geshem.py
```
+
+Make sure you have a stupid `redis-server` running on localhost to enjoy some sane caching.