Skip to content

Commit 4f24988

Browse files
authored
Update setup.py
1 parent af0d774 commit 4f24988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ def main():
88
banner.main()
99
banner.attack("Setup")
1010
os.system("sudo apt install python3-pip")
11+
os.system("sudo apt install pip")
1112
os.system("pip install -r requirements.txt")
1213
os.system("sudo apt install golang -y")
1314
os.system("go env -w GO111MODULE=on")

0 commit comments

Comments
 (0)