Getting Started#
Installing dysh#
dysh requires Python 3.10+ and recent versions of
astropy,
numpy,
scipy,
pandas,
specutils, and
matplotlib.
We strongly recommend the use of a virtual environment for installing dysh.
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#
Installing from GitHub will allow you to install the latest, albeit unstable, version of dysh.
To install the main branch of dysh with all extra dependencies from GitHub:
$ pip install "dysh[all] @ git+https://github.com/GreenBankObservatory/dysh"