+ requirements.txt ~ readme

This commit is contained in:
oleting
2023-03-19 10:03:18 +01:00
parent c0b78dda44
commit aa855c64ba
2 changed files with 12 additions and 1 deletions

View File

@@ -8,4 +8,14 @@ In the final version, you will just have to execute the nassi.exe and choose you
Using: Using:
Python 3.9.1 with Python 3.9.1 with
PySimpleGUI, Pillow, Flask & wtforms PySimpleGUI, Pillow
## Run
1. ```
pip install -r requirements.txt
```
2. ```
python run.py
```

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
PySimpleGUI