Add an example about using pip

This commit is contained in:
Mathieu Virbel 2019-02-07 09:59:40 +01:00 committed by GitHub
parent 8f87410cf5
commit ec7a47513a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,6 +108,10 @@ Recipe builds can be removed via the clean command e.g.:
$ ./toolchain.py clean openssl
You can install package that don't require compilation with pip::
$ ./toolchain.py pip install plyer
The Kivy recipe depends on several others, like the sdl* and python recipes.
These may in turn depend on others e.g. sdl2_ttf depends on freetype, etc.
You can think of it as follows: the kivy recipe will compile everything