Skip to content

Commit

Permalink
small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
KingKDot committed Apr 16, 2023
1 parent a4328b4 commit 143e789
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

cd /d %~dp0

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

echo python -m Hazard > start.bat
echo @echo off > start.bat
echo python -m Hazard >> start.bat
echo pause >> start.bat
echo exit >> start.bat
start start.bat

pause
Expand Down

0 comments on commit 143e789

Please sign in to comment.