Merge branch 'py3k-backport' into testing

This commit is contained in:
Valentin Lorentz 2013-01-20 15:23:13 +01:00
commit d28e3e0a2b
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 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. The rest depends on do you have root access and do you want to perform global or local install.
## Global install ## Global install