Skip to content

Commit

Permalink
add build-essential dependency to documentation (#124)
Browse files Browse the repository at this point in the history
refs #123
  • Loading branch information
thijstriemstra authored and rm-hull committed Sep 18, 2017
1 parent 15451bc commit c93ee58
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 @@ -109,7 +109,7 @@ Installing from PyPi
Install the dependencies for library first with::

$ sudo usermod -a -G spi,gpio pi
$ sudo apt-get install python-dev python-pip libfreetype6-dev libjpeg-dev
$ sudo apt-get install build-essential python-dev python-pip libfreetype6-dev libjpeg-dev
$ sudo -i pip install --upgrade pip setuptools
$ sudo apt-get purge python-pip

Expand Down

3 comments on commit c93ee58

@thijstriemstra
Copy link
Collaborator Author

@thijstriemstra thijstriemstra commented on c93ee58 Sep 21, 2017

Choose a reason for hiding this comment

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

can you add a new release for this as well @rm-hull? that way it'll get published on rtd.

@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.

ping @rm-hull

@rm-hull
Copy link
Owner

Choose a reason for hiding this comment

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

Rtd is auto-generated on commit to master, so it should already be there (it is - just checked)

Please sign in to comment.