Skip to content

Commit

Permalink
install rail v1.0.0, grab latest release next time
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored May 22, 2024
1 parent 6bec9de commit 0b73634
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conda/install-desc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ pip install --no-cache-dir -r $3
#mamba env update -n desc --file $2
#mamba env create -n desc -f $2

wget https://github.com/LSSTDESC/rail/archive/refs/tags/v1.0.0.tar.gz
tar xzf v1.0.0.tar.gz
rm v1.0.0.tar.gz
cd rail-1.0.0
pip install .
rail install --package-file rail_packages.yml

conda clean -y -a

# Install jupyterlab at CC
Expand Down

0 comments on commit 0b73634

Please sign in to comment.