Antoine Pitrou <pit...@free.fr> added the comment: > New patch that adds a few more instructions for Windows/Mac OS. `make > test` is UNIX-specific, so I left `./python -m test`. > I also moved the section before the quick links, since it seems to me > more interesting that those links (you don't usually want to start > from the PEPs or the buildbot page).
You want at the minimum "python -m test -j3", I think (many tests don't really use the CPU). Your Windows instructions could be improved a bit: - not "the project files from the PCbuild" directory, but "PCbuild/pcbuild.sln" (there are many project files) - not "python.exe", but "PCbuild\python_d.exe" ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13228> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com