summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-08-04 20:22:47 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-08-04 20:22:47 +0000
commitdec6c7d24f7f3757b5351057bc435770dfea0326 (patch)
tree3fd7870a94ee9fd156fef58154d09beaabe06255 /README
parent1c30df7261929499b2dfd56aa7d950c3c4ac5117 (diff)
downloadpygobject-dec6c7d24f7f3757b5351057bc435770dfea0326.tar.gz
pygobject-dec6c7d24f7f3757b5351057bc435770dfea0326.tar.xz
pygobject-dec6c7d24f7f3757b5351057bc435770dfea0326.zip
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 594dd9b..84b53ab 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-PyGTK
+PyGObject
=====
Original author: James Henstridge <james@daa.com.au>
Current maintainer: Johan Dahlin <johan@gnome.org>
@@ -50,7 +50,7 @@ say you wrote bits you didn't.
Compilation
===========
-PyGTK uses the standard autotools for the build infrastructure. To
+PyGObject uses the standard autotools for the build infrastructure. To
build, it should be as simple as running:
$ ./configure --prefix=<prefix where python is installed>
@@ -73,12 +73,12 @@ 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
-the PyGTK installation.
+the PyGObject installation.
Tests
=====
-After having compiled and installed pygtk, you may want to test them.
+After having compiled and installed pygobject, you may want to test them.
There are a number of example programs available in the examples/
subdirectory.