Skip to content
Closed
Changes from 1 commit
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
Next Next commit
Updated Instructions for better Usage
  • Loading branch information
Ouweshs28 authored Mar 22, 2019
commit 1100fa30974421a8059f6188212dac6b79b9d36b
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@ 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-python` from a command line, or run `python setup.py
build install` from the source directory to install this library.
I have used Python 3.7x
Install pyserial
Open ADMINISTATOR CMD
Go to your Python Path
EX cd C:\Program Files\Python37
Install pyserial
pip install pyserial( Update if update is found)
pip install arduino-python

## Setup:
1. Verify that your Arduino board communicates at the baud rate specified in the
Expand Down