File size: 268 Bytes
56d74b6 | 1 2 3 4 5 6 7 8 9 10 11 | # 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.
|