We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6001426 commit 573684bCopy full SHA for 573684b
README.md
@@ -1,2 +1,9 @@
1
# pyBA63
2
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