summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Chaplin <>2010-09-19 14:34:47 +0800
committerSteve Chaplin <>2010-09-19 14:34:47 +0800
commit9f4301bfa7d8ff8a60d85149463a44101698c635 (patch)
treed43d629e25cecd28e924cf7f5f6ad102b2adaa39
parent2e923d4db82b764a1f07628477106f78e8dab4a7 (diff)
downloadpycairo-9f4301bfa7d8ff8a60d85149463a44101698c635.tar.gz
Add note to INSTALL to cover situation where python 2 and 3 are both
installed.
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 19a3a38..14357b8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,6 +6,10 @@ $ ./waf configure # use --prefix and --libdir if necessary
$ ./waf build
$ ./waf install
+Use
+$ python3 ./waf ...
+if you have python2 and python3 installed, and the default is python 2.
+
Testing
-------