We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e89ac4e commit 0d46e7eCopy full SHA for 0d46e7e
README
@@ -2,15 +2,15 @@ Requirements:
2
Python 2.0 or greater
3
4
To Install:
5
- python2 setup.py build
6
- python2 setup.py install
+ python setup.py build
+ python setup.py install
7
8
Usage:
9
See test.py for example usage
10
11
License:
12
13
-Copyright (c) 2002 MaxMind.com.
+Copyright (c) 2003 MaxMind.com.
14
15
All rights reserved. This package is free software; it is licensed
16
under the GPL.
test.py
@@ -1,4 +1,4 @@
1
-#!/usr/bin/python2.1
+#!/usr/bin/python
import GeoIP
0 commit comments