You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: please don't do global system installation of python dependencies through pip, poetry can install it safely for you
@@ -28,10 +28,16 @@ Or roll your own binary
28
28
29
29
```shell
30
30
poetry shell && poetry install --with dev
31
-
poetry run pyinstaller --clean --onefile -w --add-data "data/style.css:./data" --exclude-module=pytest keyboard.py
31
+
poetry run pyinstaller keyboard.spec
32
32
./dist/keyboard
33
33
```
34
34
35
+
### Linux Binaries
36
+
37
+
Grab the binary from releases for your OS then rename it to `virtual-keyboard` and move to `/usr/local/bin`
38
+
39
+
Create the `virtual-keyboard.desktop` in `/usr/share/applications` and copy the contents of the [this desktop file](https://github.com/mrwormhole/virtual-keyboard/blob/main/virtual-keyboard.desktop)
0 commit comments