Update
This commit is contained in:
parent
b4456eaa50
commit
faaf672900
@ -18,7 +18,7 @@ REM 创建基本目录结构
|
||||
@CALL mkdir resource\PIXIE\data 2>nul
|
||||
|
||||
@CALL python -m pip install --upgrade pip
|
||||
@CALL python -m pip install gdown wget
|
||||
@CALL python -m pip install py7zr gdown wget
|
||||
|
||||
echo "Downloading NeuralHaircut..."
|
||||
@CALL cd resource\NeuralHaircut
|
||||
|
@ -2,7 +2,8 @@
|
||||
@echo off
|
||||
setlocal EnableDelayedExpansion
|
||||
|
||||
python -m pip install 7zip
|
||||
@CALL python -m pip install --upgrade pip
|
||||
@CALL python -m pip install py7zr gdown wget
|
||||
|
||||
:: URL encode function
|
||||
:urlencode
|
||||
|
Loading…
Reference in New Issue
Block a user