Skip to content

Commit fc4f532

Browse files
committed
fix dependencies installation command pip -> python-pip
1 parent 354f6aa commit fc4f532

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 python-dev
17+
sudo apt-get install build-essential patch git-core ccache ant python-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)