summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsuchinton2001 <suchinton.2001@gmail.com>2023-10-20 15:50:09 +0530
committersuchinton2001 <suchinton.2001@gmail.com>2023-10-23 00:19:17 +0530
commit9af16ad7272f4e1d068004fc4443db5d14f89b3c (patch)
tree79871060d0157332ca971fcbe1c86f02f61419fa /README.md
parent20fe2d131df0041e121eccaf4fc58d4ac88dfbbc (diff)
agl-demo-control-panel: Fix Svg icons scaling on Dashboard
V1: - Use QtSvg to set icons for dashboard icons - Update Readme and install_package script for docker image V2: Clean up code and improve formatting V3: - Increase font size for UI files - Fix HVAC bug, Control panel no longer crashes when Temp goes out of range - Refactor blocking subscription updates when CP in use Bug-AGL: SPEC-4939 Signed-off-by: suchinton2001 <suchinton.2001@gmail.com> Change-Id: I4f256d29fac614dd3e3c4193c2a08b230359906e
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6256ccc..fb01471 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ A PyQt5 application to simulate CAN Bus signals using Kuksa.val for the AGL Demo
```bash
$ nano requirements.txt
# -> Comment pyqt5 dependency using "#"
- $ sudo apt install python3-pyqt5 python3-qtpy pyqt5-dev-tools
+ $ sudo apt install python3-pyqt5 python3-qtpy pyqt5-dev-tools python3-pyqt5.qtsvg -y
```
and skip to step 2