A tool to create and manage Docker instances of flicamera.
You can install fliswarm by doing
pip install sdss-fliswarmTo build from source, use
git clone git@github.com:sdss/fliswarm
cd fliswarm
pip install .For development, fliswarm uses uv. fliswarm can be installed in a virtual environment by doing
uv sync