summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2015-11-07 01:13:04 +0200
committerYuval Adam <yuval@y3xz.com>2015-11-07 01:13:04 +0200
commit1885d84ae2319a938be80003f86fea3c686dc191 (patch)
tree52c712c5f86a9c2f5956e0cfb0111a809a634eed /README.md
parent9b7dcd2496f33599789fa8b5038c844a409ead2d (diff)
Update README with dev stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index 498b9fa..38994e7 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,21 @@
# Raindar Mapbox
-A rain radar clone for Mapbox GL
+A rain radar clone for Mapbox GL, see it live at: [http://geshem.space](http://geshem.space)
+
+## Dev
+
+ - Python 3.5
+ - Redis
+
+Setup a virtualenv:
+
+```bash
+$ mkvirtualenv -p `which python3` geshem
+$ pip install -r requirements.txt
+```
+
+Make sure you have a stupid `redis-server` running on localhost, then just run:
+
+```bash
+$ python geshem.py
+```