Update README.md
This commit is contained in:
parent
0ec1489414
commit
b636901fb2
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -122,8 +122,15 @@ sudo port install py27-serial
|
||||||
|
|
||||||
On Windows:
|
On Windows:
|
||||||
|
|
||||||
You need to install Cygwin and its packages for Make, Perl and the following Serial library
|
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)
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue