I am excited to use Pyglet because of all its features, however I am having problems installing the latest development build of Pyglet on Python 3. I am aware people have already asked this question but none of the responses helped me at all.
UPDATE: What I mean is that I am unable to get Pyglet to install for Python 3, whenever I import Pyglet it showss an error message with some Python 2 code.
Install using the below command:
pip3 install pyglet
This worked for me.