Skip to content

Instantly share code, notes, and snippets.

@DerekK19
Last active December 23, 2015 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DerekK19/6654618 to your computer and use it in GitHub Desktop.
Save DerekK19/6654618 to your computer and use it in GitHub Desktop.
Raspberry Pi development
# List installed packages
dpkg --get-selections
# List the files in a package (e.g php5-gd)
dpkg -L php5-gd
# Update installed packages
sudo apt-get update
# Set up to use Gertboard
sudo apt-get install python-dev python-pip
sudo pip install wiringpi
# Get Gertboard tutorial python programs
wget http://raspi.tv/download/GB_Python.zip
unzip GB_Python.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment