mirror of https://github.com/bmaltais/kohya_ss
make sure setuptools are available in the venv (#2437)
parent
36071cc244
commit
da59ac1019
|
|
@ -13,6 +13,9 @@ call .\venv\Scripts\deactivate.bat
|
|||
|
||||
call .\venv\Scripts\activate.bat
|
||||
|
||||
REM first make sure we have setuptools available in the venv
|
||||
python -m pip install --require-virtualenv --no-input -q -q setuptools
|
||||
|
||||
REM Check if the batch was started via double-click
|
||||
IF /i "%comspec% /c %~0 " equ "%cmdcmdline:"=%" (
|
||||
REM echo This script was started by double clicking.
|
||||
|
|
|
|||
Loading…
Reference in New Issue