summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-------