Configuration Management for EPICS PVs
- Python 3.9+
$ conda create --name superscore pip $ conda activate superscore $ pip install . # install statically, and only include packages necessary to run $ #or $ pip install -e .[test] # install as editable package, and include packages for development and testing
$ pytest