From 255d9ba0f7bc1250a1498f4a77ed601f1455d165 Mon Sep 17 00:00:00 2001 From: sametmax Date: Wed, 2 Oct 2013 10:41:57 +0200 Subject: [PATCH] Update easy_install.rst Removed Python 2.6 support from EN doc. --- docs/en/easy_install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/easy_install.rst b/docs/en/easy_install.rst index 765491c..0af9ded 100644 --- a/docs/en/easy_install.rst +++ b/docs/en/easy_install.rst @@ -17,7 +17,7 @@ Just type:: 30 seconds setup (for anybody) =============================== -- Make sure you have Python 2.6 or 2.7 (`python --version`) +- Make sure you have Python 2.7 (`python --version`) - Download the last `zip of the source code `_ - Extract all of it where you wish the site to be stored. - Go to the extracted files. @@ -59,4 +59,4 @@ Or run it in a screen. 0bin will now be accessible from http://your.local.ip.address:8000. - This can be very cool way to share code in a companie or during a code sprint. \ No newline at end of file + This can be very cool way to share code in a companie or during a code sprint.