From b636901fb27df69d4ec8b88f17c8add1e85fc843 Mon Sep 17 00:00:00 2001 From: Jozef Sovcik Date: Thu, 25 Aug 2016 09:13:01 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ac086d..fa4c591 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,15 @@ sudo port install py27-serial On Windows: -You need to install Cygwin and its packages for Make, Perl and the following Serial library -or you can install it using the [pre-built package installer](https://pypi.python.org/pypi/pyserial) +You need to install Cygwin and its packages for Make, Perl and the following Serial library. +Assuming you included Puthon in your Cygwin installation: +1. download PySerial source package from [https://pypi.python.org/pypi/pyserial](https://pypi.python.org/pypi/pyserial) +2. extract downloaded package +3. navigate to extracted package folder +4. start +```python setup.py build +python setup.py instal +``` ## Usage