Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.25 KB

lvmscp

Versions Code style: black Documentation Status Test Docker codecov

SDSS-V LVM (Local Volume Mapper) control software for the spectrograph system.

Quick Start

Installation

lvmscp uses the CLU framework and requires a RabbitMQ instance running in the background.

lvmscp can be installed using pip

pip install sdss-lvmscp

or by cloning this repository

git clone https://github.com/sdss/lvmscp

The preferred installation for development is using poetry

cd lvmscp
poetry install