Add an example about using pip
This commit is contained in:
parent
8f87410cf5
commit
ec7a47513a
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue