Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.67 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.67 KB
branch status
master Build Status codecov Anaconda-Server Badge
pre-release Build Status codecov Anaconda-Server Badge

rogue

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

Getting Rogue

Instructions for getting and installing Rogue can be found here:

https://slaclab.github.io/rogue/installing/index.html

Anaconda Quick-start

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