Skip to content

Commit 358c91f

Browse files
committed
Added dependencies in quickstart
1 parent cec7a5e commit 358c91f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/quickstart.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,17 @@ via your package manager or otherwise. These include:
4343
- git
4444
- ant
4545
- python2
46+
- cython (can be installed via pip)
4647
- the Android `SDK <https://developer.android.com/sdk/index.html#Other>`_ and `NDK <https://developer.android.com/ndk/downloads/index.html>`_ (see below)
4748
- a Java JDK (e.g. openjdk-7)
4849
- zlib (including 32 bit)
4950
- libncurses (including 32 bit)
5051
- unzip
52+
- virtualenv (can be installed via pip)
5153
- ccache (optional)
5254

5355
On recent versions of Ubuntu and its derivatives you may be able to
54-
install all many of these with::
56+
install most of these with::
5557

5658
sudo dpkg --add-architecture i386
5759
sudo apt-get update

0 commit comments

Comments
 (0)