am cb63f6e3: External storage technical information.

* commit 'cb63f6e30408f21b1f795c7db12fb2d1ecb452c0':
  External storage technical information.
diff --git a/src/compatibility/cts-development.md b/src/compatibility/cts-development.md
index 6cee879..ea43d1c 100644
--- a/src/compatibility/cts-development.md
+++ b/src/compatibility/cts-development.md
@@ -44,11 +44,11 @@
 
     cd /path/to/android/root
     make cts
-    cts
+    cts-tradefed
 
-Provide arguments to CTS to immediately start executing a test:
+At the cts-tf console, enter e.g.:
 
-    cts start --plan CTS -p android.os.cts.BuildVersionTest
+    run cts --plan CTS -p android.os.cts.BuildVersionTest
 
 ## Writing CTS Tests ##
 
diff --git a/src/source/initializing.md b/src/source/initializing.md
index ac50857..ed98b99 100644
--- a/src/source/initializing.md
+++ b/src/source/initializing.md
@@ -56,7 +56,7 @@
 
 Detailed instructions for Ubuntu and MacOS follow. In general you will need:
 
- - Python 2.5 -- 2.7, which you can download from [python.org](http://www.python.org/download/).
+ - Python 2.6 -- 2.7, which you can download from [python.org](http://www.python.org/download/).
 
  - GNU Make 3.81 -- 3.82, which you can download from [gnu.org](http://ftp.gnu.org/gnu/make/),