SaliencyMapDemo / 01-installation.bat
うみゅ
Release
eb5980a unverified
raw
history blame
127 Bytes
@echo on
cd %~dp0
python -m venv venv
call venv\Scripts\activate
pip install -r requirements.txt
TIMEOUT /T 10