From 1885d84ae2319a938be80003f86fea3c686dc191 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sat, 7 Nov 2015 01:13:04 +0200 Subject: Update README with dev stuff --- .gitignore | 1 + README.md | 20 +++++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e31ab26..a66af28 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.pyc __pycache__/ static/ +dump.rdb 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 +``` -- cgit v1.3.1