Guest User

Untitled

a guest
Jul 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import pip
  2. from pip._internal import main as pip_main
  3. pip_main(['install', 'asciimatics'])
  4.  
  5. import os
  6. os.system("pip install asciimatics")
Add Comment
Please, Sign In to add comment