Skip to content

Commit 0620c51

Browse files
authored
Update installer.py
1 parent 150a184 commit 0620c51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

installer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
USER = os.getlogin()
55

6+
os.system("pip install -r requirements.txt")
7+
print("\n If you got any errors here , try running : pip3 install -r requirements.txt \n\n")
68

79
target_install = f"/home/{USER}/UFT"
810

0 commit comments

Comments
 (0)