From b33fa88e4f1e9cb2f6e029e6a34364fb6cdc1a96 Mon Sep 17 00:00:00 2001 From: Mike <45373284+munkhuushmgl@users.noreply.github.com> Date: Tue, 12 May 2020 18:10:11 -0700 Subject: [PATCH] docs: added note about not supported device (#24) --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index ebb4be29..1f64c1da 100644 --- a/README.rst +++ b/README.rst @@ -67,6 +67,9 @@ Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ Python == 2.7. Python 2.7 support will be removed on January 1, 2020. +RaspberryPi ARM devices +^^^^^^^^^^^^^^^^^^^^^^^ +Note: Raspberry Pi ARMv6 is not supported because there is an internal binary google that does not comply with armv6 processors. Mac/Linux ^^^^^^^^^