You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/quickstart.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,17 @@ via your package manager or otherwise. These include:
43
43
- git
44
44
- ant
45
45
- python2
46
+
- cython (can be installed via pip)
46
47
- the Android `SDK <https://developer.android.com/sdk/index.html#Other>`_ and `NDK <https://developer.android.com/ndk/downloads/index.html>`_ (see below)
47
48
- a Java JDK (e.g. openjdk-7)
48
49
- zlib (including 32 bit)
49
50
- libncurses (including 32 bit)
50
51
- unzip
52
+
- virtualenv (can be installed via pip)
51
53
- ccache (optional)
52
54
53
55
On recent versions of Ubuntu and its derivatives you may be able to
0 commit comments