EBC Exercise 06 Installing Python

From eLinux.org
Jump to: navigation, search

thumb‎ Embedded Linux Class by Mark A. Yoder


Overview

Here's how to install the latest drivers for Python 3 for the BeagleBone Blue.

  • Install pip3
bone$ sudo apt update
bone$ sudo apt install python3-pip
  • Clone my repo
bone$ git clone https://github.com/MarkAYoder/adafruit-beaglebone-io-python.git
  • Build the drivers
bone$ cd adafruit-beaglebone-io-python
bone$ sudo python3 setup.py install

thumb‎ Embedded Linux Class by Mark A. Yoder