diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-18 15:33:17 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-18 15:34:10 -0500 |
commit | 0525c4031eb0d9b1bf1e5923d3562b5e2c697d55 (patch) | |
tree | f95c7862e00177ad14cb64757dcbff7524a0aa9c /jwstdp/1.16.1/README.md | |
parent | e8330d8af715e38f05d45de4820cabc633f4d818 (diff) | |
download | astroconda-releases-0525c4031eb0d9b1bf1e5923d3562b5e2c697d55.tar.gz |
Converted STASIS delivery to old-style dual file config
Diffstat (limited to 'jwstdp/1.16.1/README.md')
-rw-r--r-- | jwstdp/1.16.1/README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/jwstdp/1.16.1/README.md b/jwstdp/1.16.1/README.md new file mode 100644 index 0000000..a678ffe --- /dev/null +++ b/jwstdp/1.16.1/README.md @@ -0,0 +1,34 @@ +# Installing the tested pipeline stack + +Conda (miniconda3 or anaconda3) must already be installed, if it is not, +'Advance Setup' below. +All steps must be performed in bash or a compatible shell. + +A fresh installation of Anaconda3 or Miniconda3 is not required for each JWSTDP +release. The method described here allows for multiple, entirely segregated, +pipeline installations. + +# Advance setup + +If conda has not yet been installed, use the following steps to obtain +it, then use the procedure above to install the pipeline software. + +For detailed instructions of this step, please visit: http://docs.continuum.io/anaconda/install#linux-install + +**For Miniconda:** + +``` +$ wget +https://repo.continuum.io/miniconda/Miniconda3-Latest-Linux-x86_64.sh +$ bash Miniconda3-Latest-Linux-x86_64.sh +$ export PATH=$HOME/miniconda3/bin:$PATH +``` + +**For Anaconda (if preferred):** + +``` +$ wget +https://repo.continuum.io/archive/Anaconda3-2019.10-Linux-x86_64.sh +$ bash Anaconda3-2019.10-Linux-x86_64.sh +$ export PATH=$HOME/anaconda3/bin:$PATH +``` |