androidthings / sample-googleassistant

Google Assistant API sample for Android Things
Apache License 2.0
466 stars 147 forks source link

Help installing Python on imx7d #74

Open zamboni7 opened 6 years ago

zamboni7 commented 6 years ago

Hi

I hope this is an appropriate place to ask this question. I'm a neophyte to github and setting up hardware. I'm trying to install the sample Google assistant on an [imx7d].(https://developer.android.com/things/hardware/imx7d) The board is already running Android Things and I have run various demos on it using Android Studio.

I'm using the Readme from the github code here. I'm up to "Install the google-oauthlib-tool in a Python 3 virtual environment:" I never installed Python on the imx7d and can't find any instructions online. Can anyone point me to a tutorial?

thanks! Mark

Fleker commented 6 years ago

Thanks for asking. You are supposed to use Python on your laptop or desktop, whatever computer you're using to set up the project. The only thing from Python you need is the device credentials.json which is part of the APK that you install on the device.