add python-dev to rpi build instructions, fixes #2740

This commit is contained in:
gabriel pettier 2014-12-25 19:13:04 +01:00
parent 8f4c72da94
commit 657440c1aa
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ Manual installation
sudo apt-get update
sudo apt-get install pkg-config libgl1-mesa-dev libgles2-mesa-dev \
python-pygame python-setuptools libgstreamer1.0-dev git-core \
gstreamer1.0-plugins-{bad,base,good,ugly} gstreamer1.0-{omx,alsa}
gstreamer1.0-plugins-{bad,base,good,ugly} \
gstreamer1.0-{omx,alsa} python-dev
#. Install pip from source::