emotionale-robotik/hackathon/scripts/install.bat

6 lines
92 B
Batchfile
Raw Normal View History

2023-10-06 04:53:26 +00:00
@echo off
python -m venv env
call env\Scripts\activate.bat
pip install -r requirements.txt