Skip to content
Snippets Groups Projects
Commit ab8fa646 authored by David Keitel's avatar David Keitel
Browse files

Update setup.py.in

parent 5746a462
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,16 @@ 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/>`
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