Update README.MD

This commit is contained in:
Kris Sekula 2021-01-21 08:09:24 -08:00 committed by GitHub
parent 110444d0b5
commit 4858c23fb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Python script to control the EPROM EMULATOR NG.
The emulator will show up as a serial port on your computer, depending on your the OS type and version you may need to install drivers, follow this instructions:
https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all
Requires python 3.8, and the following libraries:
* pySerial (pip install pyserial)
* pySimpleGui (pip install pysimplegui) 4.30.0 or above