From 95281349acc1bba464c6929cea67ed33ede9b648 Mon Sep 17 00:00:00 2001 From: simonmonk Date: Fri, 15 Feb 2013 16:12:44 +0000 Subject: [PATCH] images --- README.md | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index a52542d..cf7c037 100644 --- a/README.md +++ b/README.md @@ -3,26 +3,6 @@ raspirobotboard Source for the RaspiRobotBoard Python library. -Installation ------------- +For full instructions for installation and use, see: -The RaspiRobot library itself requires two other libraries to be installed first, RPi.GPIO and Pyserial. -Enter the following commands into a Terminal session on your Raspberry Pi. - ->sudo apt-get install python-rpi.gpio - ->sudo apt-get install python-serial - -Download the latest version of the library to some convenient location on your Raspberry Pi and install it with the commands: - ->tar -xzf raspirobotboard-1.0.tar.gz - ->cd raspirobotboard-1.0 - ->sudo python setup.py install - - - -Usage ------ -See: www.raspirobot.com \ No newline at end of file +https://github.com/simonmonk/raspirobotboard/wiki \ No newline at end of file