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/updating.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/updating.rst')
-rw-r--r-- | source/updating.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/updating.rst b/source/updating.rst index 26bba18..f69d7d5 100644 --- a/source/updating.rst +++ b/source/updating.rst @@ -1,6 +1,6 @@ -***************************** -Keeping AstroConda "Like New" -***************************** +******** +Updating +******** Anaconda's package manager, Conda, will not automatically update unless a newer version of a package is detected during a routine package installation. Suffice to say, unless you keep your packages up to date with ``conda update``, the packages installed in your Anaconda distribution will remain relatively static. |