No description
Find a file
Fardeen Panjwani 16054b3687
docs: add an alternative package if original fails
The old instructions mentioned adafruit-python**3**-shell as a dependency but when I tried to install the package I found out that the package didn't exist ( or deprecated I think ) and I was able to use adafruit-python-shell instead. So, I thought I might add the package to the instructions in case anyone else runs into the same issue as me.
2023-03-23 18:10:54 -04:00
.github/ISSUE_TEMPLATE Fix bug report YAML 2022-11-30 11:50:27 -08:00
converted_shell_scripts Update readme, move scripts, bug fixes 2022-11-11 17:04:12 -08:00
i2s_mic_module add i2s mic setup 2020-04-16 10:02:03 -07:00
mipi Add initial working MIPI installer script and touch drivers 2022-04-26 14:14:45 -07:00
overlays Add initial working MIPI installer script and touch drivers 2022-04-26 14:14:45 -07:00
st7789_module Remove old driver again. It crashes. 2021-02-26 09:33:17 -08:00
.gitignore Made some requested changes 2020-08-14 10:46:26 -07:00
adafruit-pitft-mipi.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
adafruit-pitft.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
adafruit_fanservice.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
arcade-bonnet.sh Arcade Bonnet: python3-dev not needed in apt-get line 2022-12-28 09:05:48 -08:00
i2c.sh Add executable permissions to all scripts 2018-05-21 22:45:20 +01:00
i2samp.sh Updated i2samp to run on 64-bit Raspberry Pi OS 2022-10-06 14:20:44 -07:00
i2smic.py Remove unused import os 2022-11-09 10:32:56 -08:00
joy-bonnet.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
libgpiod.py docs: add an alternative package if original fails 2023-03-23 18:10:54 -04:00
occi occi: chmod +x systemwide install; create example occidentalis.txt 2018-10-08 10:43:41 -06:00
pi-eyes.sh pi-eyes.sh rewrite, allows Pi 4 use (corresponding code fixes in Pi_Eyes repo) 2022-01-11 09:02:03 -08:00
pi-touch-cam.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
pi-touch-cam.sh Bring camera installer up to date 2018-04-09 20:32:59 -07:00
pitft-fbcp.sh pitft-fbcp: fix rotation settings for Cupcade 2018-03-21 16:04:47 -07:00
raspi-blinka.py Update raspi-blinka.py 2023-02-07 18:52:45 +01:00
raspi-spi-reassign.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
read-only-fs.sh Merge pull request #94 from SkyperTHC/ntp_fix_etc 2022-02-18 09:42:40 -08:00
README.md Update readme, move scripts, bug fixes 2022-11-11 17:04:12 -08:00
retrogame.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
retrogame.sh Fix retrogame list-length select 2018-03-21 15:48:38 -07:00
rgb-matrix.sh Update rgb-matrix.sh 2022-08-19 17:59:52 -05:00
rpi_pin_kernel_firmware.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
rtc.py Add Bug report template to reduce asking for additional details 2022-11-30 09:25:30 -08:00
rtc.sh Add executable permissions to all scripts 2018-05-21 22:45:20 +01:00
spectro.sh spectro.sh: remove deprecated --force-yes args to apt-get 2020-08-24 12:35:55 -07:00

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 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.