Compare commits
2 Commits
c6136028a7
...
087c751cd1
| Author | SHA1 | Date | |
|---|---|---|---|
| 087c751cd1 | |||
| fc4460a39a |
13
installDeps.bat
Normal file
13
installDeps.bat
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
@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
|
||||||
8
installDeps.sh
Normal file
8
installDeps.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user