This repository has been archived on 2026-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RussianRoulette/installDeps.bat
2025-06-13 23:20:28 +01:00

14 lines
518 B
Batchfile

@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