Skip to content

sdss/lvmscp

Repository files navigation

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