diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-23 20:03:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-23 20:03:38 -0500 |
commit | 89e5e79e22d4de3ed27a540f29df7bbd2660f359 (patch) | |
tree | 86008c192ee5634a5996caa8019743fb2596ae47 /source/releases.rst | |
parent | c0c3f123a674f38e3a569b6ab5058c6384709ff4 (diff) | |
download | astroconda-89e5e79e22d4de3ed27a540f29df7bbd2660f359.tar.gz |
Clarity (#38)
* Initial commit of compatibility notices page; added to index
* Replace references to Anaconda with Miniconda
* Add pipeline release description
* We no longer keep things like new. We update them.
* Use more targeted wording
* Replace or enhance references to anaconda with miniconda, or just conda depending on context
* Reword/improve config section
Diffstat (limited to 'source/releases.rst')
-rw-r--r-- | source/releases.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source/releases.rst b/source/releases.rst index 3cd552c..2c71c13 100644 --- a/source/releases.rst +++ b/source/releases.rst @@ -3,14 +3,17 @@ Pipeline Releases .. note:: - - Python 2.x.x is not supported. + - Python 2.x.x is not supported (unless noted otherwise). - 32-bit operating systems are not supported. +Pipeline releases differ from the standard AstroConda distribution and serve a different purpose. The release files described below are immutable snapshots of STScI operational software, and can be used to replicate the environment used by STScI to perform mission-specific data processing. Be aware that upgrading packages with ``conda update [pkg]`` is not recommended as it will likely introduce unwanted bugs and/or break the environment all together. + +If you have any questions, comments, or concerns related to pipeline releases please feel free to contact help@stsci.edu Installation ============ -To install a STScI pipeline release, use the following format: +Pipeline release installations use the following ``conda create`` command format: .. code-block:: sh |