From cc61fccc4b977390ad75937adda5e57d0fe59ef9 Mon Sep 17 00:00:00 2001 From: Jozef Sovcik Date: Thu, 25 Aug 2016 09:19:58 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74b4be3..ea25da6 100644 --- a/README.md +++ b/README.md @@ -123,13 +123,14 @@ sudo port install py27-serial On Windows: You need to install Cygwin and its packages for Make, Perl and the following Serial library. -Assuming you included Puthon in your Cygwin installation: + +Assuming you included Python 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 running ```tar xvfz dowloaded_package_name.tar.gz``` 3. navigate to extracted package folder -4. build and install Python module +4. build and install Python module: ``` python setup.py build