add requirements and instructions for pip
This commit is contained in:
parent
cedbe2644f
commit
16c697c59e
2 changed files with 12 additions and 1 deletions
11
README
11
README
|
|
@ -2,7 +2,16 @@ Please see the Changelog file for the latest changes
|
|||
|
||||
=== QUICK START ===
|
||||
|
||||
Execute script guimain.py to start graphical application.
|
||||
|
||||
Install python dependencies with pip and execute script guimain.py to start the
|
||||
graphical application. If you do not have pip, follow install instructions at
|
||||
http://www.pip-installer.org/
|
||||
|
||||
```
|
||||
pip install -r requirements.txt
|
||||
python guimain.py
|
||||
```
|
||||
|
||||
This application can start floppy disk emulator and provides means to download/upload patterns and modify them.
|
||||
It is based on existing python scripts, which were slightly modified for better user experience in graphical application.
|
||||
|
||||
|
|
|
|||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
pyserial
|
||||
PIL
|
||||
Loading…
Reference in a new issue