Skip to content

Commit 573684b

Browse files
authored
Update README.md
Adding extra info to ReadMe
1 parent 6001426 commit 573684b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
# pyBA63
22
Python library for using Wincor Nixdorf BA63 VFD display over COM port
3+
# Installation
4+
pyBA63 requires `pyserial` and [Python](http://www.python.org) to work.
5+
It has been tested with Python 3.
6+
Windows:
7+
`py -m pip install pyserial`
8+
Linux:
9+
`pip install pyserial`

0 commit comments

Comments
 (0)