Skip to content

Commit bffaf4d

Browse files
committed
Update master
1 parent f83ca04 commit bffaf4d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/source/prerequisites.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ Prerequisites
1010
You need the minimal environment for building python. Note that other libraries
1111
might need other tools (cython is used by some recipes, and ccache to speedup the build)::
1212

13-
sudo apt-get install build-essential patch git-core ccache cython ant
13+
sudo apt-get install build-essential patch git-core ccache ant pip
1414
1515
If you are on a 64 bit distro, you should install these packages too ::
1616

1717
sudo apt-get install ia32-libs and libc6-dev-i386
1818

19+
Ensure you have the latest cython version::
20+
21+
pip install --upgrade cython
22+
1923
You must have android SDK and NDK. Right now, it's prefered to use:
2024

2125
- SDK API 8 or 14 (15 will not work until a new NDK will be released)

0 commit comments

Comments
 (0)