diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-02-15 14:32:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-15 14:32:24 -0500 |
commit | 317c6ef3c32e73e4927da242859e4dd1ec8e67e8 (patch) | |
tree | 43929ef6c4d0c6137452e8807aad5aead1282934 /source/releases.rst | |
parent | bd5ee7d8c9a05c8dc74e836542bc21db4d461ea0 (diff) | |
download | astroconda-317c6ef3c32e73e4927da242859e4dd1ec8e67e8.tar.gz |
Clarity5000 (#48)2.0.0
* We are not conda, but we do use it.
* More elaborate explanations
* Spelling and wording
* Wording
* Wording
* Line break
* Yes you need Conda.
* To the point, nothing more
* Reword intro
* Replace old URLs with conda.io
* Wording.
* Start implementing a better intro
* Renamed installation (remaining text) to further_reading
* Re-add installation
* Consolidated misc text
* Moved system requirements section and added reference link
* You have to start somewhere
* Add jumpoff reference
* Rewording and beef-up clarity
* Remove system requirements section
* Remove misc sections
* Fix bad newline
* Add warning - not sure we need it. We already tell them they need BASH.
* No longer use the word metapackage. They are just packages after all.
* Add removing an environment section
* Reworded stack definition
* This sentence will work, so help me...
Diffstat (limited to 'source/releases.rst')
-rw-r--r-- | source/releases.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source/releases.rst b/source/releases.rst index 2c71c13..ab53a9a 100644 --- a/source/releases.rst +++ b/source/releases.rst @@ -1,12 +1,15 @@ +.. _pipeline_install: + Pipeline Releases ################# .. note:: + - A working installation of Miniconda or Anaconda is required. - 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. +Pipeline releases differ from the standard software stack 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]`` or ``conda update --all`` 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 |