diff options
author | Ned Deily <nad@python.org> | 2016-12-22 23:38:47 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-12-22 23:38:47 (GMT) |
commit | 5c4568a05a0a62b5947c55f68f9f2ecfb90a4f12 (patch) | |
tree | a2bc01d0660338d444166631fcbb0709d33e68a4 /README | |
parent | f7b280956df077b90c5983eeabc8accdbb0aeb8d (diff) | |
download | cpython-5c4568a05a0a62b5947c55f68f9f2ecfb90a4f12.zip cpython-5c4568a05a0a62b5947c55f68f9f2ecfb90a4f12.tar.gz cpython-5c4568a05a0a62b5947c55f68f9f2ecfb90a4f12.tar.bz2 |
Update docs and patchlevel for 3.6.0 final.v3.6.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -This is Python version 3.6.0 release candidate 2 -================================================ +This is Python version 3.6.0 +============================ Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Python Software Foundation. All rights reserved. @@ -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. |