From 43f34bba2fa04fb46dffe2c519478328f65c0460 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Wed, 8 Jul 2020 10:25:45 -0300 Subject: [PATCH] [README] adding missing required dependencies --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee0c871..9b644548 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,12 @@ To contribute have a look at [CONTRIBUTING.md](https://github.com/vinifmor/bauh/ - **pip3** - **python3-requests** - **python-yaml** +- **python3-pyqt5.qtsvg** +- **libqt5svg5** - **qt5dxcb-plugin** -- **python3-venv** (only for [Manual installation](https://github.com/vinifmor/bauh/tree/wgem#manual-installation)) - **libappindicator3** (for the **tray mode** in GTK3 desktop environments) - **timeshift** (optional: to allow system backups) +- **python3-venv** (only for [Manual installation](https://github.com/vinifmor/bauh/tree/wgem#manual-installation)) #### Arch-based distros - **python** @@ -44,6 +46,7 @@ To contribute have a look at [CONTRIBUTING.md](https://github.com/vinifmor/bauh/ - **python-pyqt5** - **python-pyqt5-sip** - **python-yaml** +- **qt5-svg** - **libappindicator-gtk3** (for the **tray mode** in GTK3 desktop environments) - **timeshift** (optional: to allow system backups)