Skip to content

Commit 3a9150e

Browse files
committed
add python-dev as dependency
1 parent f311d56 commit 3a9150e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/prerequisites.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Prerequisites
1414
You need the minimal environment for building python. Note that other libraries
1515
might need other tools (cython is used by some recipes, and ccache to speedup the build)::
1616

17-
sudo apt-get install build-essential patch git-core ccache ant pip
17+
sudo apt-get install build-essential patch git-core ccache ant pip python-dev
1818
1919
If you are on a 64 bit distro, you should install these packages too ::
2020

0 commit comments

Comments
 (0)