[tor-commits] [bridgedb/master] Update README to reflect pygeoip module changes.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:34 UTC 2014


commit ac3ffd023ca19a10a51f903eaacb64d5db126373
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Dec 20 05:41:00 2013 +0000

    Update README to reflect pygeoip module changes.
---
 README |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README b/README
index b364469..0b7bb10 100644
--- a/README
+++ b/README
@@ -45,8 +45,9 @@ BridgeDB requires the following OS-level dependencies:
  - libgpgme11-dev
  - OpenSSL>=1.0.1e
  - [SQLite3](http://www.maxmind.com/app/python)
- - [MaxMind GeoIP](https://www.maxmind.com/en/geolocation_landing) (packaged
-   in Debian as tor-geoipdb)
+ - [MaxMind GeoIP](https://www.maxmind.com/en/geolocation_landing)
+   - libgeoip-dev
+   - geoip-database
  - [python-setuptools](https://pypi.python.org/pypi/setuptools)
 
 As well as any Python dependencies in requirements.txt.
@@ -58,7 +59,8 @@ BridgeDB should work with or without a Python virtualenv.
  - Install Python 2.7, and other OS-level dependencies. On Debian, you can do:
 
         sudo apt-get install build-essential openssl python python-dev \
-            python-setuptools sqlite3 tor-geoip libgpgme11 libgpgme11-dev
+            python-setuptools sqlite3 libgpgme11 libgpgme11-dev libgeoip-dev \
+            geoip-database
 
  - Install Pip 1.3.1 or later. Debian has this version, but if for some reason
    that or a newer version isn't available, the easiest way to install a newer





More information about the tor-commits mailing list