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

https://github.com/savoirfairelinux/pikake

Remote controlled dashboard for the minix neo Z64
https://github.com/savoirfairelinux/pikake

Last synced: about 1 month ago
JSON representation

Remote controlled dashboard for the minix neo Z64

Awesome Lists containing this project

README

        

Installation
============

::

sudo apt-ge install matchbox

Get a Dev env
=============

::

sudo apt-get install git python3 python3-pyqt5 python3-pyqt5.qtwebkit python3-setuptools python3-pip
git clone [email protected]:savoirfairelinux/PiKake.git
virtualenv -p python3.4 --system-site-packages env
source env/bin/activate
python3 setup.py develop