From 8b50d886c6aeaeb3a42c2dce596944e06a338c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Willi=20M=C3=BCller?= Date: Wed, 20 Nov 2013 12:21:37 +0100 Subject: [PATCH] corrected pip install install with `pip install arduino-python` because it's hosted on https://pypi.python.org/pypi/arduino-python/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41699ae..be6fad6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ while True: - Any [Arduino compatible microcontroller](https://www.sparkfun.com/categories/242) with at least 14KB of flash memory ## Installation: -Either run `pip install Arduino` from a command line, or run `python setup.py +Either run `pip install arduino-python` from a command line, or run `python setup.py build install` from the source directory to install this library. ## Setup: