We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17a35c3 + c57cb79 commit 19e49e3Copy full SHA for 19e49e3
README.md
@@ -28,6 +28,13 @@ Run the python file (if running from source code) or run the exe from [releases]
28
pyinstaller --onefile --add-data "config.py;." --add-data "templates;templates" --add-data "static;static" "GAPS 2.py"
29
```
30
31
+**Install the required packages**
32
+```
33
+pip install -r requirements.txt
34
35
+
36
+Requires Python 3.7 or newer
37
38
## Images of v1.0.0
39

40

0 commit comments