Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 939 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 939 Bytes

"# python projects"

For linux:

Install python ~$ sudo apt-get install python ~$ sudo python example.py

For other packages ~$ sudo apt-get install python3 #installing python3 ~$ pip install pygame #installing pygame ~$ sudo python3 3Dtranslation.py #run the program -> example

For windows

Setup environment path

  • Open Control Panel -> System and Security -> System -> Advanced System Settings -> Enviroment Variable
  • Edit Path system variable
  • Add the path (InstallationPath) e.g C:\Users\USer\AppData\Local\Programs\Python\Python39\Scripts

Setup pygame and pydot C:\Users\USer\AppData\Local\Programs\Python\Python39\Scripts>python -m pip install pygame C:\Users\USer\AppData\Local\Programs\Python\Python39\Scripts>python -m pip install pydot