This short video will show you how to install libraries such as pygame on your windows PC.
If you get a permission denied error, then make sure you run CMD as administrator.
If you get any errors such as "command not found", then it is likely you do not have python on your system path. This is the path that windows uses to find command line programs such as python and pip. The two simplest solutions are
1. Uninstall and reinstall python using my tutorial video
• How to get geany to work with python on wi...
2. Edit the PATH variable to include the installation directory for python. (more complicated0
Unless you have lots of libraries installed already, option 1 is by far easier!