You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,10 +57,10 @@ Doing a Release
57
57
58
58
Building extensions on Windows
59
59
------------------------------
60
-
Currently the default "python setup.py tests" only builds extensions on Windows 32 bit only. Also the default option expects Visual Studio 2008. This has been tested with python 2.6 and 2.7
60
+
Currently the default `python setup.py test` builds extensions on Windows 32 bit only. The default option expects Visual Studio 2008. This has been tested with Python 2.6 and 2.7. The extensions can be built for Python 2.4 and 2.5 using MinGW32 (See `Doing a Release` above).
61
61
62
-
1. On your Windows 32 bit machine install Microsoft Visual C++ 2008 Express Edition (or equivalent 2008 edition) in the default location
62
+
1. On your Windows 32 bit machine install Microsoft Visual C++ 2008 Express Edition (or equivalent 2008 edition) in the default location.
63
63
64
-
2. Ensure you have nose installed
64
+
2. Ensure you have nose installed.
65
65
66
-
3. Run python setup.py tests to build the C extensions and run pymongo tests.
66
+
3. Run `python setup.py test` to build the C extensions and run pymongo tests.
0 commit comments