SDSS-V LVM (Local Volume Mapper) control software for the spectrograph system.
lvmscp uses the CLU framework and requires a RabbitMQ instance running in the background.
lvmscp can be installed using pip
pip install sdss-lvmscpor by cloning this repository
git clone https://github.com/sdss/lvmscpThe preferred installation for development is using poetry
cd lvmscp
poetry install