From 485b25053edcb7d44693b503d22d87183fdd502c Mon Sep 17 00:00:00 2001 From: Tim Head Date: Mon, 17 Nov 2014 14:55:12 +0100 Subject: [PATCH] Updated install instructions and added new collaborator --- LICENSE | 2 +- README.md | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index ebfea2b..a7291d3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Tim Head +Copyright (c) 2014 Tim Head, Kevin Dungs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7ab995d..f34e9f0 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,11 @@ Check out where this is on [google maps][cernmap]. requirements ============ -You need to install the [geohash][geohash] library: +You need to install the [geohash][geohash] and [bottle][bottlepy] +libraries: $ pip install geohash + $ pip install bottle six words @@ -89,7 +91,7 @@ The server requires [bottle.py][bottlepy] to be installed. It can be run locally by typing `./server.py` or `python server.py` respectively. -this is a [@betatim][betatim] kind of idea +brought to you by [@betatim][betatim] and [@kdungs][kdungs] productions [humanhash]: https://github.com/zacharyvoase/humanhash [geohash]: https://code.google.com/p/python-geohash/ @@ -97,3 +99,4 @@ this is a [@betatim][betatim] kind of idea [othercernmap]: https://www.google.ch/maps/place/46%C2%B015'24.5%22N+6%C2%B003'24.4%22E/@46.256811,6.056792,14z/data=!4m2!3m1!1s0x0:0x0 [bottlepy]: http://bottlepy.org/ [betatim]: https://twitter.com/betatim +[kdungs]: https://twitter.com/kdungs