We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd4ff9 commit a6447b3Copy full SHA for a6447b3
Setup.py
@@ -31,10 +31,10 @@ def OpenTelegram():
31
elif sys.platform.startswith("linux"):
32
os.system("clear")
33
print("Installing the python modules required for the RedTiger Tool:\n")
34
- os.system("python3 -m pip3 install --upgrade pip")
35
- os.system("python3 -m pip3 install -r requirements.txt")
+ os.system("pip3 install --upgrade pip")
+ os.system("pip3 install -r requirements.txt")
36
OpenTelegram()
37
os.system("python3 RedTiger.py")
38
39
except Exception as e:
40
- input(e)
+ input(e)
0 commit comments