From ec7a47513a53b94f56122b58e568721aa427046f Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Thu, 7 Feb 2019 09:59:40 +0100 Subject: [PATCH] Add an example about using pip --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa0e8c1..642e686 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,10 @@ You can build recipes at the same time by adding them as parameters: 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. @@ -300,4 +304,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a l - \ No newline at end of file +