diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-11 18:22:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-11 18:22:41 -0500 |
commit | 7c68c95f642688e26c3d29fb6b696d0c7607875e (patch) | |
tree | b396c3b50063ec3a0b878c461e71330cd0b14c50 | |
parent | 9ebf003cf1e36b38979c57fc8d0611fbe8a81e71 (diff) | |
download | astroconda-releases-testing-7c68c95f642688e26c3d29fb6b696d0c7607875e.tar.gz |
Update README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -3,20 +3,17 @@ The release notes for each build are tracked and stored with the astroconda spec build which recreates the environment that was delivered -Installing a fresh pipeline environment -======================================= +## Installing a fresh pipeline environment - Install Miniconda3 ``` - # Miniconda (if preferred) - $ wget https://repo.continuum.io/miniconda/Miniconda2-4.1.11-Linux-x86_64.sh $ bash Miniconda3-4.0.5-Linux-x86_64.sh $ export PATH=$HOME/miniconda3/bin:$PATH ``` -Notes ------ +## Note + A fresh installation of Miniconda3 is not required for each release. The method described here allows multiple, entirely segregated pipeline installations: For existing Miniconda3 installations: |