Skip to content

Commit 4157e33

Browse files
authored
Install all Libraries
1 parent e4f19dd commit 4157e33

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

setup.bat

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
pip install winreg
2+
pip install ctypes
3+
pip install sys
4+
pip install os
5+
pip install ssl
6+
pip install random
7+
pip install threading
8+
pip install time
9+
pip install cv2
10+
pip install subprocess
11+
pip install discord
12+
pip install comtypes
13+
pip install pycaw.pycaw
14+
pip install discord.ext
15+
pip install ctypes
16+
pip install asyncio
17+
pip install discord

0 commit comments

Comments
 (0)