Skip to content
Snippets Groups Projects
Commit 082bf0d9 authored by Duncan Macleod's avatar Duncan Macleod Committed by David Keitel
Browse files

wheel description: list formatting fix

parent 966c1bb1
No related branches found
No related tags found
1 merge request!2164add optional dependencies to PyPI description
......@@ -21,14 +21,15 @@ 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/>`)
* ``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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment