From 101e758c4db0d1a3ece44bd464bfbf14d4735a95 Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS_testStation" Date: Thu, 16 May 2024 18:14:57 -0400 Subject: [PATCH] edit README --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d5cfe55..94731cf 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,20 @@ in Ubuntu 20+ - ~>sudo apt install python3-tk snmp snmp-mibs-downloader curl python3-pip - ~>python3 -m pip install pysimplegui influxdb-client + ~>sudo apt install python3-pyqt6 snmp snmp-mibs-downloader curl python3-pip + ~>python3 -m pip install pyqt6 influxdb-client also, download the https://fsunuc.physics.fsu.edu/wiki/images/5/53/WIENER-CRATE-MIB.txt and put in /usr/share/snmp/mibs/ # Usage - ~>python3 IsegHVController.py + ~>python3 IsegGUI.py # DataBase connection -for influxDB V1, simply put the database IP. since 2024, we upgraded to influxDB V2, a token is needed for secure connection. For Token, please check https://fsunuc.physics.fsu.edu/elog/fsunuc/28 \ No newline at end of file +for influxDB V1, simply put the database IP. since 2024, we upgraded to influxDB V2, a token is needed for secure connection. For Token, please check https://fsunuc.physics.fsu.edu/elog/fsunuc/28 + +# old GUI using PySimpleGUI + +Since the PySimpleGUI think user should register, so We use Qt6. The IsegHVController.py is no longer maintain. \ No newline at end of file