aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2013-04-18 15:50:03 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-04-18 15:50:03 +0000
commit1c84fc2e4f72c53ac6ad940e646773cec34d25fe (patch)
treec5c230e1d24b2d64e84492ae8e463bf86db84f32
parent9d7fabba0dfd9251c85b6c61ca509b3c31b4152a (diff)
parent108eba59b707adfd18f2d173861316a879128895 (diff)
downloadsource.android.com-tools_r22.tar.gz
Merge "Fix the "Python version" documentation"tools_r22jb-mr1.1-dev-plus-aosp
-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