From 9e5f7025d867452bbaef72e5d951f6b81c277232 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 20 Jan 2013 15:23:00 +0100 Subject: [PATCH] INSTALL.md: Add extra instructions for Python 3. --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 6cd003cdb..d1f1e7318 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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