INSTALL.md: Add extra instructions for Python 3.

This commit is contained in:
Valentin Lorentz 2013-01-20 15:23:00 +01:00
parent df62ddad78
commit 9e5f7025d8
1 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,14 @@ git clone git://github.com/ProgVal/Limnoria.git
cd Limnoria
```
*If* you want to use Python 3.x, run these commands (the first one may take
a few minutes):
```
./sandbox/run_2to3.sh -j3
cd py3k/
```
The rest depends on do you have root access and do you want to perform global or local install.
## Global install