mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-04-24 03:00:20 -04:00
corrected pip install
install with `pip install arduino-python` because it's hosted on https://pypi.python.org/pypi/arduino-python/
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user