Update installation instructions

This commit is contained in:
Smasty 2018-02-01 22:17:48 +01:00
parent f2556ce1c0
commit f3dbe5f3c2
No known key found for this signature in database
GPG Key ID: 9F7DB39EC36B10EA

View File

@ -12,8 +12,9 @@ Inspired by and based on [g810-led](https://github.com/MatMoul/g810-led).
## Installation
1) Clone the repository: `git clone https://github.com/smasty/g203-led.git`
2) Install dependencies: `pip install -r requirements.txt`
3) Run (as root): `sudo ./g203-led.py solid 00FFFF`
2) Prepare _virtualenv_: `virtualenv ./env`
3) Install dependencies: `env/bin/pip install -r requirements.txt`
4) Run (as root): `sudo ./g203-led.py solid 00FFFF`
## Usage