Skip to content

Commit

Permalink
Just some fullscreen mode and default interface ip printing
Browse files Browse the repository at this point in the history
  • Loading branch information
bRuttaZz committed Aug 16, 2024
1 parent ee67626 commit 7b97f65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ sudo dnf install python3-gi gstreamer1 gstreamer1-plugins-base gstreamer1-plugin
# arch linux
sudo pacman -S python-gobject gstreamer
```
- Pyhon dbus package.
```sh
pip install dbus-python
# prefer to install using system package manager
```


Lastly, the service is packaged as a Python CLI that can be installed with,
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
uvicorn>=0.30.1
dbus-python>=1.3.2

0 comments on commit 7b97f65

Please sign in to comment.