Don't worry gang, I saw the errors of my ways and set them straight.

This commit is contained in:
2025-06-14 18:37:23 +01:00
parent 5aa672f0cf
commit 7fe4ca80b2
3 changed files with 2 additions and 21 deletions

View File

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

View File

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

View File

@ -1 +1,3 @@
../NoPELib/
../PDOLib/
pygame-ce