https://github.com/astropy/astropy
Raw File
Tip revision: 0c2784cb472bd19459a346ca5d581dd80353c28f authored by Simon Conseil on 23 October 2022, 08:04:44 UTC
Merge pull request #13883 from saimn/changelog-v5.1.1
Tip revision: 0c2784c
pip-requirements
# The pip-requirements file should no longer be used. Instead, to install
# astropy along with its dependencies, you can use:
#
#   pip install .
#
# to install only the minimal dependencies, or e.g.:
#
#   pip install .[all]
#
# to install all optional dependencies.
back to top