mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-10 02:13:44 +02:00
7 lines
175 B
Batchfile
7 lines
175 B
Batchfile
@echo off
|
|
echo Installing OpenIris Setup Tool dependencies...
|
|
pip install -r requirements.txt
|
|
echo.
|
|
echo Setup complete! Run the tool with:
|
|
echo python openiris_setup.py
|
|
pause |