Update Your Pi to the Latest Raspbian

Your Pi will need to be running the latest version of Raspbian. This tutorial was written using Raspbian Stretch (Nov. 2018). Checkout our guide for Preparing an SD Card for your Raspberry Pi if you have not done so already. After the installation is complete be sure and run the following commands to make sure your installation packages and firmware are up to date. 

$ sudo apt-get update -y
$ sudo apt-get dist-upgrade -y
$ sudo apt-get upgrade -y
$ sudo rpi-update
$ sudo reboot

Install pip3

pip3 is already installed with a full Raspbian installation, but the Raspbian Lite does not include pip3 so it needs to be installed as shown below.

$ sudo apt-get install python3-pip

Install adafruit-blinka

The adafruit-blinka package works on all Raspberry Pi boards (except the compute nodes). It makes the CircuitPython libraries available on Raspberry Pi.

$ sudo pip3 install adafruit-blinka

This guide was first published on Jul 29, 2012. It was last updated on Jul 29, 2012.

This page (Necessary Packages) was last updated on Mar 07, 2019.

Text editor powered by tinymce.