summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-12-23 09:10:46 (GMT)
committerNed Deily <nad@python.org>2016-12-23 09:10:46 (GMT)
commit190042a48f9ba58261c89a0d88775b8088214f3f (patch)
tree67fed49b038ce4ea990c909109cdd82bbdd4e920 /README
parenteb8ebaaaf0923e7946709bd9fc914249745a0d2d (diff)
parent93357d8d43eb192eeceda06ea67e2191afef745b (diff)
downloadcpython-190042a48f9ba58261c89a0d88775b8088214f3f.zip
cpython-190042a48f9ba58261c89a0d88775b8088214f3f.tar.gz
cpython-190042a48f9ba58261c89a0d88775b8088214f3f.tar.bz2
Merge 3.6.0 release into default
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 3faacdb..1b899b2 100644
--- a/README
+++ b/README
@@ -170,8 +170,8 @@ same prefix you must decide which version (if any) is your "primary" version.
Install that version using "make install". Install all other versions using
"make altinstall".
-For example, if you want to install Python 2.6, 2.7 and 3.7 with 2.7 being the
-primary version, you would execute "make install" in your 2.7 build directory
+For example, if you want to install Python 2.7, 3.6, and 3.7 with 3.7 being the
+primary version, you would execute "make install" in your 3.7 build directory
and "make altinstall" in the others.