Removed superfluous file(s)

This commit is contained in:
Philip Howard
2013-03-27 22:48:19 +00:00
parent 0429f1f342
commit fb7c8912fe
6 changed files with 8 additions and 388 deletions

6
README
View File

@@ -11,12 +11,14 @@ Prerequisites:
Get/setup repo:
git clone https://github.com/Gadgetoid/WiringPi2-Python.git
cd WiringPi-Python
git submodule update --init
cd WiringPi2-Python
Build & install with:
sudo python setup.py install
Or Python 3
sudo python3 setup.py install
Class-based Usage:
No classes have been created for this version yet.