aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2013-04-18 19:05:02 +0530
committerChirayu Desai <cdesai@cyanogenmod.org>2013-04-18 19:05:05 +0530
commit108eba59b707adfd18f2d173861316a879128895 (patch)
treec5c230e1d24b2d64e84492ae8e463bf86db84f32
parent9d7fabba0dfd9251c85b6c61ca509b3c31b4152a (diff)
downloadsource.android.com-108eba59b707adfd18f2d173861316a879128895.tar.gz
Fix the "Python version" documentation
* repo needs python 2.6 - 2.7, any other version doesn't work. [1] [1]: https://gerrit.googlesource.com/git-repo/+/51813dfed1528307c46707bc38b4db33b87bb36e Change-Id: Id13cca892a00ab992fa3e9b3cbc5a824ede7e816
-rw-r--r--src/source/building.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source/building.md b/src/source/building.md
index e2de0120..dc1388ae 100644
--- a/src/source/building.md
+++ b/src/source/building.md
@@ -146,7 +146,7 @@ This may be caused by
## Python Version 3 ##
-Repo is built on particular functionality from Python 2.x and is unfortunately incompatible with Python 3. In order to use repo, please install Python 2.x:
+Repo is built on particular functionality from Python 2 and is unfortunately incompatible with Python 3. In order to use repo, please install Python 2.6 - 2.7:
$ apt-get install python