summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 7 insertions, 7 deletions
diff --git a/README b/README
index 7235e13b..b788736b 100644
--- a/README
+++ b/README
@@ -3,11 +3,11 @@ PyGObject
Original author: James Henstridge <james@daa.com.au>
Current maintainer: Johan Dahlin <johan@gnome.org>
-This archive contains bindings for the GObject, to be used in Python
-It is a fairly complete set of bindings, it's already rather useful,
-and is usable to write moderately complex programs. (see the
-examples directory for some examples of the simpler programs you could
-write).
+This archive contains bindings for the GLib, GObject and GIO,
+to be used in Python. It is a fairly complete set of bindings,
+it's already rather useful, and is usable to write moderately
+complex programs. (see the examples directory for some examples
+of the simpler programs you could write).
If you have any enhancements or bug reports, please file them in
bugzilla at:
@@ -38,7 +38,7 @@ Requirements
============
* C compiler (GCC and MSVC supported)
* Python 2.3.5 or higher
- * Glib 2.8.0 or higher
+ * Glib 2.16.0 or higher
* libffi (optional)
Copyright Information
@@ -73,7 +73,7 @@ for all the .py files.
Note. If you're installing to another prefix than the one where python
is installed you'll need to set the PYTHONPATH variable to the
-$prefix/lib/pythonX.Y/site-packages directory created by
+$prefix/lib/pythonX.Y/site-packages directory created by
the PyGObject installation.
Tests