Skip to content

Commit

Permalink
update installation doc (#22)
Browse files Browse the repository at this point in the history
require build-essential system package
  • Loading branch information
thijstriemstra authored and rm-hull committed Sep 19, 2017
1 parent 4ff2696 commit 00ea92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installing from PyPi
Install the latest version of the library directly from
`PyPI <https://pypi.python.org/pypi?:action=display&name=luma.emulator>`_::

$ sudo apt install python-dev python-pip
$ sudo apt install python-dev python-pip build-essential
$ sudo apt install libsdl-dev libportmidi-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev libsdl-image1.2-dev
$ sudo pip install --upgrade --ignore-installed setuptools pip
$ sudo pip install --upgrade luma.emulator

1 comment on commit 00ea92a

@thijstriemstra
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you put out a new release for this as well @rm-hull?

Please sign in to comment.