Browse Source

doc: document PYTHON env var in README

v0.8.19-release
Ben Noordhuis 12 years ago
parent
commit
13d86a86d6
  1. 8
      README.md

8
README.md

@ -15,6 +15,14 @@ Unix/Macintosh:
make make
make install make install
If your python binary is in a non-standard location or has a
non-standard name, run the following instead:
export PYTHON=/path/to/python
$PYTHON ./configure
make
make install
Windows: Windows:
vcbuild.bat vcbuild.bat

Loading…
Cancel
Save