Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 444 Bytes

File metadata and controls

8 lines (6 loc) · 444 Bytes

Pyglet

Resources for Pyglet.

How to Install Pyglet

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