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
- Host: GitHub
- URL: https://github.com/savoirfairelinux/pikake
- Owner: savoirfairelinux
- Created: 2014-10-02T14:49:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T21:23:19.000Z (over 10 years ago)
- Last Synced: 2024-12-26T18:22:03.861Z (6 months ago)
- Language: Python
- Homepage:
- Size: 926 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
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