This commit is contained in:
2025-11-12 04:48:43 +01:00
parent ec396c7809
commit f82079ff27
10 changed files with 115 additions and 87 deletions
+1
View File
@@ -33,6 +33,7 @@ help:
install:
@echo "Installing dependencies..."
$(PIP) install -e .
$(PIP) install -r requirements.txt
@echo "Dependencies installed successfully"