Skip to content

Commit

Permalink
Reorder install options, add mention of conda
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed May 7, 2022
1 parent c981501 commit 13b2034
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ Source code can be found `on GitHub <http://github.com/astropy/pyvo>`_
Installation and Requirements
-----------------------------

Releases of PyVO are available from `PyPI <https://pypi.python.org/pypi/pyvo>`_
thus, it and its prerequisites can be most easily installed using ``pip``:

pip install pyvo


Releases are also conda packaged and available on the ``conda-forge``
channel.


PyVO requires Python 3.8 or later.

The following packages are required for PyVO:
Expand All @@ -56,15 +66,12 @@ infrastructure packages are required:
* requests-mock
* `sphinx-astropy <https://github.com/astropy/sphinx-astropy>`__

Releases of PyVO are available from `PyPI <https://pypi.python.org/pypi/pyvo>`_
thus, it and its prerequisites can be most easily installed using ``pip``:

pip install pyvo

Alternatively, you can do a source install:
To install from source use ``pip``:

pip install .[all]


Using the developer version of PyVO in testing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down Expand Up @@ -97,5 +104,3 @@ connection. To run all tests, including those that access the
network, add the --remote-data option:

pytest --remote-data


0 comments on commit 13b2034

Please sign in to comment.