Last active
December 20, 2017 09:08
-
-
Save AbdullahAlAsad/2dbd12d1c86d72b9a124ce86e5cc829d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| sudo apt-get -y upgrade | |
| python3 -v | |
| python3.5 | |
| sudo apt-get install -y python3-pip | |
| sudo apt-get install build-essential libssl-dev libffi-dev python3-dev | |
| sudo apt-get install -y python3-venv | |
| pwd | |
| cd ~ | |
| pwd | |
| ll | |
| mkdir environments | |
| cd environments | |
| pyvenv my_env; | |
| ls my_env | |
| source my_env/bin/activate | |
| source pygame_env/bin/activate | |
| pip install pygame | |
| pyhton | |
| import pygame | |
| # download idle3 | |
| sudo apt-get install idle3 | |
| idle3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment