summaryrefslogtreecommitdiff
path: root/source/updating.rst
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-05-24 22:53:47 -0400
committerGitHub <noreply@github.com>2017-05-24 22:53:47 -0400
commita1f99f2dd32fa7ae3c12de7418f1ae2149f74d7e (patch)
tree7e7c4de91491a124a7650dc4eac6e60f5a6e8f28 /source/updating.rst
parent1f17529f9849be485803868fef34c7180c2ec85e (diff)
downloadastroconda-a1f99f2dd32fa7ae3c12de7418f1ae2149f74d7e.tar.gz
Gemini IRAF release changes (#61)
Diffstat (limited to 'source/updating.rst')
-rw-r--r--source/updating.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/updating.rst b/source/updating.rst
index 206f02c..9f6341f 100644
--- a/source/updating.rst
+++ b/source/updating.rst
@@ -14,7 +14,7 @@ Updating via Metapackage
$ conda update -n astroconda stsci
-This is best used by individuals that favor software stability over receiving the "bleeding edge". Remember, updating the ``stsci`` package only effects packages part of the **official release** of our software. Packages provided by the AstroConda channel, but are not controlled by the ``stsci`` package **will not receive updates**. This is true for other packages as well (e.g. stsci-hst, stsci-data-analysis, etc).
+This is best used by individuals that favor software stability over receiving the "bleeding edge". Remember, updating the ``stsci`` package only effects packages part of the **official release** of our software. Packages provided by the AstroConda channel, but are not controlled by the ``stsci`` package **will not receive updates**. This is true for other packages as well (e.g. ``stsci-hst``, ``stsci-data-analysis``, etc).
To clarify what this does, if the ``stsci`` package (used to create your environment) has not been updated by STScI to accommodate recently added packages, or newer versions of those packages, nothing will be updated in your environment on behalf of ``stsci``. In general, to receive interim bug fix releases please consider updating all packages, or individual packages of interest.