Installing dysh
dysh requires Python 3.9+ and recent versions of
astropy,
numpy,
scipy,
pandas,
specutils, and
matplotlib.
With pip from PyPi
dysh is most easily installed with pip, which will take care of
any dependencies. The packaged code is hosted at the Python Packaging
Index.
$ pip install dysh
Warning
dysh is currently in development and the above command will install the latest stable version of dysh which might not reflect the contents of the documentation. For beta testing please see Installing dysh.
From github
To install from github without creating a separate virtual environment:
$ git clone git@github.com:GreenBankObservatory/dysh.git
$ cd dysh
$ pip install -e .
If you wish to install using a virtual environment, which we strongly recommend if you plan to contribute to the code, see installation instructions for developers.