mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-02 16:09:24 +01:00
INSTALL.md: Add extra instructions for Python 3.
This commit is contained in:
parent
df62ddad78
commit
9e5f7025d8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user