summaryrefslogtreecommitdiff
path: root/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.bat b/make.bat
index c6e0dd05..9c430101 100644
--- a/make.bat
+++ b/make.bat
@@ -50,7 +50,7 @@ if "%1" == "help" (
echo clean clean build files
echo flake8 run flake8
echo install compile and install
- echo setup-env install pip, unittest2, wheels for all python versions
+ echo setup-dev-env install pip, pywin32, wheels, etc. for all python versions
echo test run tests
echo test-memleaks run memory leak tests
echo test-process run process related tests
@@ -161,7 +161,7 @@ if "%1" == "upload-all" (
goto :eof
)
-if "%1" == "setup-env" (
+if "%1" == "setup-dev-env" (
:setup-env
@echo ------------------------------------------------
@echo downloading pip installer