mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-10 18:33:44 +02:00
6 lines
181 B
Bash
6 lines
181 B
Bash
#!/bin/bash
|
|
echo "Installing OpenIris Setup Tool dependencies..."
|
|
pip3 install -r requirements.txt
|
|
echo ""
|
|
echo "Setup complete! Run the tool with:"
|
|
echo "python3 openiris_setup.py" |