diff options
author | Zach Burnett <zburnett@stsci.edu> | 2022-10-06 12:07:53 -0400 |
---|---|---|
committer | Zach Burnett <zburnett@stsci.edu> | 2022-10-06 12:07:53 -0400 |
commit | 5e2f3772a6bf96f201bfaae21a8c0d92b4111dc0 (patch) | |
tree | 40644f36b50394fe1b62ab037a05d308c0af9a13 | |
parent | 16e924fd17ecfa8a379bf98dc070d84d24e883b9 (diff) | |
download | astroconda-5e2f3772a6bf96f201bfaae21a8c0d92b4111dc0.tar.gz |
add disclaimer for `stenv` with link to repository
-rw-r--r-- | source/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/index.rst b/source/index.rst index c8758c1..9c6cc8d 100644 --- a/source/index.rst +++ b/source/index.rst @@ -1,6 +1,9 @@ Welcome to AstroConda Channel's documentation! ============================================== +.. warning:: + For newer versions of Python and support for the JWST pipeline, we recommend that users use ``stenv`` (https://github.com/spacetelescope/stenv) to manage local installation of space telescope packages. + AstroConda is a free Conda channel maintained by the `Space Telescope Science Institute <http://www.stsci.edu/>`_ (STScI) in Baltimore, Maryland. This channel provides tools and utilities required to process and analyze data from the Hubble Space Telescope (HST), James Webb Space Telescope (JWST), and others. .. _system_requirements: |