Advertisement
zicaentu

pygame install

Oct 4th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. "SUBLIME"
  2. wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
  3. sudo apt-get install apt-transport-https
  4. echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
  5. sudo apt-get update
  6. sudo apt-get install sublime-text
  7.  
  8. "PIP"
  9. python3 -m pip install -U pygame --user
  10. sudo apt install python3-venv python3-pip
  11.  
  12. "PYGAME"
  13. python3 -m pip install -U pygame --user
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement