Skip to content

Commit

Permalink
pythonarcade#167, improve installation instructions with new audio li…
Browse files Browse the repository at this point in the history
…brary.
  • Loading branch information
pvcraven committed Jan 2, 2018
1 parent def12ce commit 0659889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/installation_linux.rst
Expand Up @@ -4,8 +4,13 @@ Installation on Linux
Ubuntu 16.04 Instructions
-------------------------

First, install Python 3 and some image dependencies:

.. code-block:: bash
apt update && sudo apt install -y python3-dev python3-pip libjpeg-dev zlib1g-dev
Next, install the "arcade" library along with a "gi" library it requires for sound:

sudo pip3 install gi arcade

0 comments on commit 0659889

Please sign in to comment.