cd ~
git clone https://github.com/mholgatem/gpioneer.git
bash gpioneer/install.sh
sudo nano /etc/rc.local
: #
from in front of the retrogame command, and put #
in front of the gpioneer command. bash remove.sh
to uninstall gpioneer and re-enable retrogame (if it was disabled by gpioneer) Pi's IP address -> Database Admin -> GPioneer
sudo python ~/gpioneer/GPioneer.py -c
gpio[GPPUD] = 2;
I'm not 100% certain but I think that you need to set it to =1;sudo apt-get remove python-six
sudo pip uninstall six
sudo pip install six
python -c 'import six; print(six); print(six.__version__); print(six.PY2)'
sudo apt-get update
sudo apt-get -y install python python-dev python-requests python-pip
sudo apt-get -y install supervisor gunicorn sqlite3
sudo pip install flask pyyaml flask-sqlalchemy flask-admin evdev
bash gpioneer/install.sh
sudo supervisorctl
sudo pip install flask pyyaml flask-sqlalchemy flask-admin
sudo python /home/pi/gpioneer/web-frontend/app.py &
It looks like you're new here. If you want to get involved, click one of these buttons!