File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -121,14 +121,17 @@ directions apply to both CPython and ActiveState's ActivePython:
121
121
64-bit Windows
122
122
~~~~~~~~~~~~~~
123
123
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
126
127
"x64 Compilers and Tools" option under Visual C++.
127
128
128
129
32-bit Windows
129
130
~~~~~~~~~~~~~~
130
131
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.
132
135
133
136
For Python 2.4 or 2.5 you must install
134
137
`MingW32 <http://www.mingw.org/wiki/InstallationHOWTOforMinGW >`_ then run the
You can’t perform that action at this time.
0 commit comments