Skip to content

Commit

Permalink
plz work
Browse files Browse the repository at this point in the history
  • Loading branch information
KingKDot committed Apr 15, 2023
1 parent f35dcba commit 1eb7250
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ pyinstaller
psutil
keyboard
httpx
cairocffi
pipwin
9 changes: 7 additions & 2 deletions setup.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
@echo off

python -m pip install -U -r requirements.txt
cls
python -m pip uninstall -y cairocffi
python -m pipwin uninstall cairocffi
python -m pipwin install cairocffi
python -m Hazard
python -m pip install cairocffi
python -m Hazard

pause
exit

0 comments on commit 1eb7250

Please sign in to comment.