diff options
author | Ned Deily <nad@python.org> | 2016-12-23 00:50:19 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-12-23 00:50:19 (GMT) |
commit | 93357d8d43eb192eeceda06ea67e2191afef745b (patch) | |
tree | 871812a6bd415bc301a5b98ffb4fa633085ba2a2 /README | |
parent | 73224c4248f0de8f30c70390b4ad54a5d62f656c (diff) | |
parent | 135580fc0f19176fce093628f0a13bdc1d062cec (diff) | |
download | cpython-93357d8d43eb192eeceda06ea67e2191afef745b.zip cpython-93357d8d43eb192eeceda06ea67e2191afef745b.tar.gz cpython-93357d8d43eb192eeceda06ea67e2191afef745b.tar.bz2 |
Merge 3.6.0 release engineering head
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -This is Python version 3.6.0 release candidate 1 +This is Python version 3.6.1 release candidate 1 ================================================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, @@ -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.6 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.5, and 3.6 with 3.6 being the +primary version, you would execute "make install" in your 3.6 build directory and "make altinstall" in the others. |