From dd413310904e8cc7734b41953312a919c4183fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20=C3=96z=C3=A7elik=C3=B6rs?= Date: Fri, 29 Mar 2019 14:02:51 +0300 Subject: [PATCH] Updated README, extending mako instruction for systems that use pip --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index bb8cb19..255c254 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ Read it first : https://github.com/android-rpi/local_manifests $ ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- make dtbs # Install python mako module - sudo apt-get install python-mako + sudo apt-get install python-mako (or use sudo pip install mako) # Patch framework source : https://github.com/android-rpi/device_brcm_rpi3/wiki#use-hal_pixel_format_bgra_8888