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/[email protected]
For details, refer to VCS Support.
- Using git directly
git clone ${url}
: The default branch isdevelop
, notmain
. There is no guarantee for stability.- In the repository,
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))