From 9cb0d80977d5cb10aea2b7cb78234761476bdf0c Mon Sep 17 00:00:00 2001 From: Ian <76836635+g4ixt@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:14:42 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd3beb..15aaf95 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ http://athome.kaashoek.com/tinySA/python/ The serial communication commands are based on Martin's Python NanoVNA/TinySA Toolset https://github.com/Ho-Ro -Dependencies: Install from the repository - numpy, pyqtgraph, pyopengl, pyqt5, pyserial. +Dependencies: Install from your repository - numpy, pyqtgraph, pyopengl, pyqt5, pyserial. +You may need to add the Qt5 SQLite 3 database driver (libqt5sql5-sqlite) and Python3 bindings for QT5's SQL Module. +If you get a serial exception on startup, add your username to the 'dialout' group. The 3D (time) spectrum requires OpenGL The GUI was originally designed for a 7" 1024 x 600 screen but should maximise properly. The GUI appearence may change significantly due to development.