We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847564e commit 0f293cbCopy full SHA for 0f293cb
1 file changed
configure.bat
@@ -21,6 +21,7 @@ set CFG_ROOT_DIR=%~dp0
21
set CONFIGURED_PYTHON=%CFG_ROOT_DIR%tmp\Scripts\python.exe
22
set PYTHON_EXECUTABLE=
23
24
+
25
@rem parse command line options and arguments
26
:collectopts
27
if "%1" EQU "--help" (goto cli_help)
@@ -89,7 +90,7 @@ call curl -o "%CFG_ROOT_DIR%tmp\virtualenv.pyz" https://bootstrap.pypa.io/virtua
89
90
call %PYTHON_EXECUTABLE% "%CFG_ROOT_DIR%tmp\virtualenv.pyz" "%CFG_ROOT_DIR%tmp"
91
call "%CFG_ROOT_DIR%tmp\Scripts\activate"
92
call "%CFG_ROOT_DIR%tmp\Scripts\pip" install --upgrade pip virtualenv setuptools wheel
-
93
+call "%CFG_ROOT_DIR%tmp\Scripts\pip" install -e .[testing]
94
95
@rem Return a proper return code on failure
96
if %ERRORLEVEL% neq 0 (
0 commit comments