An open API service indexing awesome lists of open source software.

https://github.com/harmon25/pi_scripts

pi_scripts
https://github.com/harmon25/pi_scripts

Last synced: 3 months ago
JSON representation

pi_scripts

Awesome Lists containing this project

README

          

# pi_scripts
pi_scripts

## Requirements
### General for Raspberry
```shell
apt-get install python git python-dev python-pip
pip install python-rpi.gpio
```

### General for Banana
```shell
apt-get install python git python-dev
git clone git@github.com:LeMaker/RPi.GPIO_BP.git
cd RPi.GPIO_BP
python setup.py install
sudo python setup.py install
```

### Requirements for GPS Scripts
- A GPS module, and cgps working properly
```shell
apt-get install gpsd gpsd-clients
```