summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-08-28 11:00:55 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-08-28 11:00:55 -0400
commitb3e807b4126f52cf0abffe7ddb497cc22eef4433 (patch)
treefebbff0378c41db29b8abcd6570251100d063d98 /howto.txt
parent802a9199403947f5edbe1df573342bb502ddeb0e (diff)
downloadpython-coveragepy-git-b3e807b4126f52cf0abffe7ddb497cc22eef4433.tar.gz
Bump version to 3.5.1b1
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/howto.txt b/howto.txt
index ce2dcc23..2f5c85c3 100644
--- a/howto.txt
+++ b/howto.txt
@@ -54,6 +54,15 @@
- Ask Christophe Zwerschke (cito@online.de) to build win64 kits.
+* Making virtualenvs on Windows
+
+- cd c:\vpy\coverage
+- \py32\xx\python ..\virtualenv.py xx
+- copy ..\distutils.cfg xx\Lib\distutils
+- cd nose_source_directory_someplace
+- \vpy\coverage\xx\Scripts\python.exe setup.py install
+
+
* Building
- Install fixtar on any Windows Python used to make source kits: http://bitbucket.org/ned/fixtar