From aa855c64ba4a0eef934387e19428cce4c92cc3ca Mon Sep 17 00:00:00 2001 From: oleting Date: Sun, 19 Mar 2023 10:03:18 +0100 Subject: [PATCH] + requirements.txt ~ readme --- README.md | 12 +++++++++++- requirements.txt | 1 + 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 requirements.txt 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