Resources for Pyglet.
- Install python 3 (the latest version). Just look it up and follow the download instructions
- Once installed, open terminal and type:
pip3 install pyglet
and press Enter. If you encounter an error with admin priviledges try typingpip3 install pyglet --user
- You will now be able to use pyglet by just importing it in your code. If you encounter a problem just let us know :)