diff --git a/wheel/setup.py.in b/wheel/setup.py.in index a26cc5b147f02d997da62eedb1e87ef2b09eaf15..0e9e43ee22f671265761a114c4f0a9849bbf2d55 100644 --- a/wheel/setup.py.in +++ b/wheel/setup.py.in @@ -19,6 +19,17 @@ Installing LALSuite from the Python Package Index requires pip >= 19.3. To install, simply run:: $ pip install lalsuite + +Optional dependencies, which can be installed as ``pip install lalsuite[option]``: + +* ``lalinference`` (pulls in + `gwdatafind <https://pypi.org/project/gwdatafind/>` + and `gwpy <https://pypi.org/project/gwpy/>`) +* ``lalpulsar`` (pulls in + `solar_system_ephemerides <https://pypi.org/project/solar-system-ephemerides/>` + to provide ephemeris files which, until LALSuite 7.15, were still included in the main package) +* ``test`` (pulls in + `pytest <https://pypi.org/project/pytest/>`) """ import os