8000 GitHub - slaclab/superscore: Configuration Management for EPICS PVs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

slaclab/superscore

 
 

Repository files navigation

superscore

Documentation

Configuration Management for EPICS PVs

Requirements

  • Python 3.9+

Installation

$ 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

Running the Tests

$ pytest

About

Configuration Management for EPICS PVs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0