Skip to content

Commit f6298ab

Browse files
committed
Update Windows build notes for Python 3.3.
1 parent c03d023 commit f6298ab

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/installation.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,17 @@ directions apply to both CPython and ActiveState's ActivePython:
121121
64-bit Windows
122122
~~~~~~~~~~~~~~
123123

124-
Install Visual Studio 2008. You must use the full version as Visual C++ 2008
125-
Express does not provide 64-bit compilers. Make sure that you check the
124+
For Python 3.3 install Visual Studio 2010. For Python 3.2 and older install
125+
Visual Studio 2008. In either case you must use the full version as Visual
126+
C++ Express does not provide 64-bit compilers. Make sure that you check the
126127
"x64 Compilers and Tools" option under Visual C++.
127128

128129
32-bit Windows
129130
~~~~~~~~~~~~~~
130131

131-
For Python 2.6 and newer install Visual C++ 2008 Express SP1.
132+
For Python 3.3 install Visual C++ 2010 Express.
133+
134+
For Python 2.6 through 3.2 install Visual C++ 2008 Express SP1.
132135

133136
For Python 2.4 or 2.5 you must install
134137
`MingW32 <http://www.mingw.org/wiki/InstallationHOWTOforMinGW>`_ then run the

0 commit comments

Comments
 (0)