update requirements

This commit is contained in:
dries.k
2022-02-02 17:49:58 +01:00
parent f12a9035c4
commit f5f2e2b7b6
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ $ python entry_point.py
### Create a pyinstaller executable
```
$ pip install pyinstaller==4.4
$ pip install pyinstaller
$ pyinstaller gotify-tray.spec
```
An executable is created at `dist/gotify-tray/`.