Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 320 Bytes

README.textile

File metadata and controls

19 lines (11 loc) · 320 Bytes

LCDproc

Installing

Python 2:

sudo apt-get install python-setuptools
sudo easy_install lcdproc

Python 3:

sudo apt-get install python3-setuptools
sudo easy_install3 lcdproc

Alternatively, you could use pip to install the package instead of easy_install.

Example Usage

See examples.py