summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohan Dahlin <zilch@src.gnome.org>2004-04-13 14:50:25 +0000
committerJohan Dahlin <zilch@src.gnome.org>2004-04-13 14:50:25 +0000
commited48b812584404451ba659d692bc8e06e0c11e8b (patch)
tree12c35a109c94c62bb045336fca9afa60acc2eb0d /README
parent96fc867d6842125cbd171c33de1e5f4038eb843e (diff)
downloadpygtk-ed48b812584404451ba659d692bc8e06e0c11e8b.tar.gz
Add some bits about distutils
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 80c71a83..3900c648 100644
--- a/README
+++ b/README
@@ -69,7 +69,15 @@ The "make install" target will generate normal and optimised bytecode
for all the .py files.
As an alternative, pygtk also ships with a distutils setup.py script,
-that may make compilation easier on some platforms.
+that may make compilation easier on some platforms. It's invoked by
+typing:
+
+ $ python setup.py build
+ $ python setup.py install
+
+Optionally a --prefix argument can be specified to install.
+Note, this is unsupported and is primarily there to support Win32
+environments. The configure script is still the preferred way.
Upgrading