Skip to content

Commit 657440c

Browse files
author
gabriel pettier
committed
add python-dev to rpi build instructions, fixes kivy#2740
1 parent 8f4c72d commit 657440c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/sources/installation/installation-rpi.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Manual installation
2020
sudo apt-get update
2121
sudo apt-get install pkg-config libgl1-mesa-dev libgles2-mesa-dev \
2222
python-pygame python-setuptools libgstreamer1.0-dev git-core \
23-
gstreamer1.0-plugins-{bad,base,good,ugly} gstreamer1.0-{omx,alsa}
23+
gstreamer1.0-plugins-{bad,base,good,ugly} \
24+
gstreamer1.0-{omx,alsa} python-dev
2425

2526
#. Install pip from source::
2627

0 commit comments

Comments
 (0)