Skip to content

Commit eee66eb

Browse files
committed
Cleanup Windows C extension build docs.
1 parent 53aaec9 commit eee66eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASE.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Doing a Release
5757

5858
Building extensions on Windows
5959
------------------------------
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).
6161

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.
6363

64-
2. Ensure you have nose installed
64+
2. Ensure you have nose installed.
6565

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

Comments
 (0)