Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Aug 3, 2023
1 parent 7fd840e commit 6d47ff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/install.rst
@@ -1,14 +1,14 @@
Installation
------------
.. note:: The library has been tested against Python 3.6 and newer.
.. note:: The library is supported for Python 3.7 and newer.

System packages
^^^^^^^^^^^^^^^

Install dependencies for pygame first::

$ sudo apt install python3-dev python3-pip build-essential
$ sudo apt install libsdl-dev libportmidi-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
$ sudo apt install python3-dev python3-pip python3-numpy libfreetype6-dev libjpeg-dev build-essential
$ sudo apt install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev

And upgrade ``pip`` and ``setuptools``::

Expand Down

0 comments on commit 6d47ff0

Please sign in to comment.