From 7fe4ca80b2152804fd23fae2788dbb432ed6f968 Mon Sep 17 00:00:00 2001 From: Brosef Date: Sat, 14 Jun 2025 18:37:23 +0100 Subject: [PATCH] Don't worry gang, I saw the errors of my ways and set them straight. --- installDeps.bat | 13 ------------- installDeps.sh | 8 -------- requirements.txt | 2 ++ 3 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 installDeps.bat delete mode 100644 installDeps.sh diff --git a/installDeps.bat b/installDeps.bat deleted file mode 100644 index 73b7793..0000000 --- a/installDeps.bat +++ /dev/null @@ -1,13 +0,0 @@ -@echo off -REM No idea if this works, I don't use this shit operating system. -REM If one of you runs Windows, please test this and then remove these -REM comments with the comit message "it works (:" please and thank you. - -echo "Installing local requirements..." -./.venv/Scripts/pip3 install -r ./requirements.txt - -echo "Installing NoPE-Lib requirements..." -./.venv/Scripts/pip3 install -r ../NoPELib/requirements.txt - -echo "Installing PDO-Lib requirements..." -./.venv/Scripts/pip3 install -r ../PDOLib/requirements.txt diff --git a/installDeps.sh b/installDeps.sh deleted file mode 100644 index ea5d7f8..0000000 --- a/installDeps.sh +++ /dev/null @@ -1,8 +0,0 @@ -echo "Installing local requirements..." -./.venv/bin/pip3 install -r ./requirements.txt - -echo "Installing NoPE-Lib requirements..." -./.venv/bin/pip3 install -r ../NoPELib/requirements.txt - -echo "Installing PDO-Lib requirements..." -./.venv/bin/pip3 install -r ../PDOLib/requirements.txt diff --git a/requirements.txt b/requirements.txt index 8285a32..31785e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,3 @@ +../NoPELib/ +../PDOLib/ pygame-ce \ No newline at end of file