From 13b203488a61993edb2ea11171df37950c8ca8dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Fri, 6 May 2022 18:38:03 -0700 Subject: [PATCH] Reorder install options, add mention of conda --- README.rst | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 9f24243fd..cf09e7408 100644 --- a/README.rst +++ b/README.rst @@ -36,6 +36,16 @@ Source code can be found `on GitHub `_ Installation and Requirements ----------------------------- +Releases of PyVO are available from `PyPI `_ +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: @@ -56,15 +66,12 @@ infrastructure packages are required: * requests-mock * `sphinx-astropy `__ -Releases of PyVO are available from `PyPI `_ -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 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -97,5 +104,3 @@ connection. To run all tests, including those that access the network, add the --remote-data option: pytest --remote-data - -