mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #274 from dominiqueplante/windows-install-updatelatestversionto2.7.4
Windows install update- update link to latest version to 2.7.4
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'pythonguide'
|
project = u'pythonguide'
|
||||||
copyright = u'2013. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project. <a href="http://creativecommons.org/licenses/by-sa/3.0/"> Creative Commons Share-Alike 3.0</a>.'
|
copyright = u'2013. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project. <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"> Creative Commons Share-Alike 3.0</a>.'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
|
|||||||
@@ -3,14 +3,14 @@
|
|||||||
Installing Python on Windows
|
Installing Python on Windows
|
||||||
============================
|
============================
|
||||||
|
|
||||||
First, download the `latest version <http://python.org/ftp/python/2.7.3/python-2.7.3.msi>`_
|
First, download the `latest version <http://python.org/ftp/python/2.7.4/python-2.7.4.msi>`_
|
||||||
of Python 2.7 from the official Website. If you want to be sure you are installing a fully
|
of Python 2.7 from the official Website. If you want to be sure you are installing a fully
|
||||||
up-to-date version then use the "Windows Installer" link from the home page of the
|
up-to-date version then use the "Windows Installer" link from the home page of the
|
||||||
`Python.org web site <http://python.org>`_ .
|
`Python.org web site <http://python.org>`_ .
|
||||||
|
|
||||||
The Windows version is provided as an MSI package. To install it manually, just
|
The Windows version is provided as an MSI package. To install it manually, just
|
||||||
double-click the file. The MSI package format allows Windows administrators to
|
double-click the file. The MSI package format allows Windows administrators to
|
||||||
automate installation with their standard tools.
|
automate installation with their standard tools.
|
||||||
|
|
||||||
By design, Python installs to a directory with the version number embedded,
|
By design, Python installs to a directory with the version number embedded,
|
||||||
e.g. Python version 2.7 will install at ``C:\Python27\``, so that you can
|
e.g. Python version 2.7 will install at ``C:\Python27\``, so that you can
|
||||||
|
|||||||
Reference in New Issue
Block a user