From 57e8281ef9d593dd41d3ac4515dedd5be59ec91e Mon Sep 17 00:00:00 2001 From: Marko Mecina <marko.mecina@univie.ac.at> Date: Tue, 16 Aug 2022 16:29:02 +0200 Subject: [PATCH] update README --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index e7c28dd..0331202 100644 --- a/README +++ b/README @@ -52,3 +52,9 @@ Use CCS/Ccs/tools/import_mib.py to import a set of SCOS2000 MIB files into a MyS # CCS & TST start_ccs: starts the CCS start_tst: starts the TST + +# Troubleshooting +If working within a Python venv, you might need to install vext to access the system-site installation of gi: +pip install vext +pip install vext.gi + -- GitLab