Skip to content

Commit 19e49e3

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 17a35c3 + c57cb79 commit 19e49e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ Run the python file (if running from source code) or run the exe from [releases]
2828
pyinstaller --onefile --add-data "config.py;." --add-data "templates;templates" --add-data "static;static" "GAPS 2.py"
2929
```
3030

31+
**Install the required packages**
32+
```
33+
pip install -r requirements.txt
34+
```
35+
36+
Requires Python 3.7 or newer
37+
3138
## Images of v1.0.0
3239
![image](https://github.com/primetime43/GAPS-2/assets/12754111/a9ae50f3-5a9a-4f93-bfdb-a90b6783a47f)
3340
![image](https://github.com/primetime43/GAPS-2/assets/12754111/4466e0bf-70be-4ab7-b5c5-02140c31cae9)

0 commit comments

Comments
 (0)