Erster Checkin: Tool arbeitet
This commit is contained in:
18
install.bat
Normal file
18
install.bat
Normal file
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
REM Virtuelle Umgebung erstellen
|
||||
python -m venv venv
|
||||
|
||||
REM venv aktivieren
|
||||
call venv\Scripts\activate.bat
|
||||
|
||||
REM Abhängigkeiten installieren
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
REM Playwright-Browser installieren
|
||||
playwright install chromium
|
||||
|
||||
echo Installation abgeschlossen.
|
||||
endlocal
|
||||
Reference in New Issue
Block a user