Skip to content

adafruit/Raspberry-Pi-Installer-Scripts

Repository files navigation

Raspberry-Pi-Installer-Scripts

Some scripts for helping install Adafruit HATs, bonnets, add-on's, & friends!

Many scripts are based heavily on get.pimoroni.com scripts!

Python Scripts

We are in the process of converting our Shell Scripts to Python. Instructions for running specific scripts are available in the Adafruit Learning System. Here are the general setup instructions.

Dependencies

Prepare your system

To install the dependencies for the python scripts, run the following commands:

sudo apt-get install python3-pip
sudo pip3 install --upgrade click
sudo pip3 install --upgrade setuptools
sudo pip3 install --upgrade adafruit-python-shell

Then to run the python script, type the following replacing "scriptname.py" with the actual script name:

sudo python3 scriptname.py

Old Shell Scripts

If you were directed here from an external site and the script you were looking for appears to be missing, you can either use the newer python script or check the converted_shell_scripts folder to use the old shell scripts.