Getting started#
Installation#
The LSST EFD Client is preinstalled in the rubin-env-rsp
and rubin-env-developer
Conda-Forge metapackages, which is the default Python environment for the Rubin Science Platform.
You can check if lsst_efd_client
is available at a Python prompt:
import lsst_efd_client
If not available, you can install with either Conda or pip:
pip install lsst-efd-client
conda install -c conda-forge lsst-efd-client
Next steps#
See the example EFD notebooks in the lsst-sqre/system-test repository.
Refer to the Python API reference.