Skip to content

Commit a6447b3

Browse files
authored
1 parent 4fd4ff9 commit a6447b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ def OpenTelegram():
3131
elif sys.platform.startswith("linux"):
3232
os.system("clear")
3333
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")
34+
os.system("pip3 install --upgrade pip")
35+
os.system("pip3 install -r requirements.txt")
3636
OpenTelegram()
3737
os.system("python3 RedTiger.py")
3838

3939
except Exception as e:
40-
input(e)
40+
input(e)

0 commit comments

Comments
 (0)