mirror of
https://github.com/MrUnknownDE/OpenIris-ESPIDF.git
synced 2026-04-18 14:03:45 +02:00
cleanup old tools
This commit is contained in:
@@ -1 +0,0 @@
|
||||
pyserial>=3.5
|
||||
@@ -1,7 +0,0 @@
|
||||
@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
|
||||
@@ -1,6 +0,0 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user