QIWIS (QuIqcl Widget Integration Software) is a framework for integration of PyQt widgets where they can communicate with each other. This project is mainly developed for trapped ion experiment controller GUI in SNU QuIQCL.
One of the below:
Using released version (recommended)
pip install git+https://github.com/snu-quiqcl/qiwis.git@v3.1.0
Using git directly
git clone ${url}
: The default branch is develop
, not main
. There is no guarantee for stability.pip install -e .
In the repository, just do like as below:
python -m qiwis (-s ${config_file))
If you installed qiwis
, you can use it everywhere as below:
qiwis (-s ${config_file))