Skip to content

Commit 8be3699

Browse files
authored
Bandaid fix for link to pyglet module not working in Install section of docs (#2594)
Closes #2585
1 parent 69b7523 commit 8be3699

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/get_started/install.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ Install
1010

1111
Requirements
1212
------------
13-
:mod:`pyglet`
13+
Arcade requires a desktop, laptop, or compatible Single-Board Computer (SBC) with:
1414

15-
All systems require Python 3.9 or higher on a desktop or laptop device.
15+
#. Python 3.9 or higher
16+
#. Graphics drivers with support for either:
17+
* OpenGL 3.3+
18+
* GLES 3.1+ with extensions on SBCs
1619

1720
:ref:`Web <faq_web>` and :ref:`mobile <faq_mobile>` are currently
1821
unsupported.

0 commit comments

Comments
 (0)