cleanup old tools

This commit is contained in:
Lorow
2025-10-17 00:08:03 +02:00
parent d7a302deff
commit f45b118c6e
3 changed files with 0 additions and 14 deletions

View File

@@ -1 +0,0 @@
pyserial>=3.5

View File

@@ -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

View File

@@ -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"