File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = u'pythonguide'
49- 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>.'
49+ 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>.'
5050
5151# The version info for the project you're documenting, acts as replacement for
5252# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 33Installing Python on Windows
44============================
55
6- First, download the `latest version <http://python.org/ftp/python/2.7.3 /python-2.7.3 .msi >`_
6+ First, download the `latest version <http://python.org/ftp/python/2.7.4 /python-2.7.4 .msi >`_
77of Python 2.7 from the official Website. If you want to be sure you are installing a fully
88up-to-date version then use the "Windows Installer" link from the home page of the
99`Python.org web site <http://python.org >`_ .
1010
11- The Windows version is provided as an MSI package. To install it manually, just
12- double-click the file. The MSI package format allows Windows administrators to
13- automate installation with their standard tools.
11+ The Windows version is provided as an MSI package. To install it manually, just
12+ double-click the file. The MSI package format allows Windows administrators to
13+ automate installation with their standard tools.
1414
1515By design, Python installs to a directory with the version number embedded,
1616e.g. Python version 2.7 will install at ``C:\Python27\ ``, so that you can
You can’t perform that action at this time.
0 commit comments