branch | status |
---|---|
master | |
pre-release |
SLAC Python Based Hardware Abstraction & Data Acquisition System
Current documentation can be found at:
https://slaclab.github.io/rogue/
Email List For Announcements:
https://listserv.slac.stanford.edu/cgi-bin/wa?A0=AIR-ROGUE-USERS
JIRA:
https://jira.slac.stanford.edu/plugins/servlet/project-config/ESROGUE
Instructions for getting and installing Rogue can be found here:
https://slaclab.github.io/rogue/installing/index.html
The following is how you install the latest released version of Rogue with anaconda. See above linked instructions for more details.
$ conda create -n rogue_tag -c tidair-tag -c tidair-packages -c conda-forge rogue
The following is how you install the development version (pre-release) or Rogue with anaconda.
$ conda create -n rogue_pre -c tidair-dev -c tidair-packages -c conda-forge rogue