BCDA-APS / queueUI

PyQt5 User Interface for Bluesky Queueserver
Other
2 stars 0 forks source link

queueUI

Table of Contents

Installation

On a terminal:

git clone https://github.com/BCDA-APS/queueUI.git
cd queueUI
conda env create --force -n queueUI -f ./env.yml
conda activate queueUI
pip install -e . --no-deps

Usage

On a terminal:

conda activate queueUI
queueUI &

Using Pre-commit

Contributing

Please report bugs, enhancement requests, or questions through the Issue Tracker.

If you are looking to contribute, please see CONTRIBUTING.md.

Citing

License

queueUI is MIT licensed, as seen in the LICENSE file.