Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
corrected pip install
install with `pip install arduino-python` because it's hosted on https://pypi.python.org/pypi/arduino-python/
  • Loading branch information
Willi Müller committed Nov 20, 2013
commit 8b50d886c6aeaeb3a42c2dce596944e06a338c3c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down