Skip to content

Commit

Permalink
Update check_depencies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Enderbyte09 authored Oct 9, 2021
1 parent b67c24b commit 913b2c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check_depencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
messagebox.showwarning('BUchk','You do not have the reccomended OS for this program. Some features may work incorrectly.')
os.system('python3 -m pip install playsound')
os.system('python3 -m pip install requests')
os.system('python3 -m pip install keyboard')
else:
os.system('py -m pip install playsound')
os.system('py -m pip install requests')
os.system('py -m pip install winsound')
os.system('py -m pip install keyboard')
try:
import pyutils39
except:
Expand Down

0 comments on commit 913b2c9

Please sign in to comment.