diff --git a/README.md b/README.md index 491d594..149d527 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,14 @@ In the final version, you will just have to execute the nassi.exe and choose you Using: Python 3.9.1 with -PySimpleGUI, Pillow, Flask & wtforms +PySimpleGUI, Pillow + + +## Run + +1. ``` + pip install -r requirements.txt + ``` +2. ``` + python run.py + ``` \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a1e6f01 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +PySimpleGUI \ No newline at end of file