Skip to content

Commit

Permalink
update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Dec 23, 2024
1 parent 88ed16c commit 819dc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export MAMBA_ROOT_PREFIX=$(pwd) # optional, defaults to ~/micromamba

eval "$(./bin/micromamba shell hook -s posix)"
micromamba activate
micromamba create -n _psiflow_env -y python=3.10 pip ndcctools=7.11.1 -c conda-forge
micromamba create -n _psiflow_env -y python=3.10 pip ndcctools=7.14.0 -c conda-forge
micromamba activate _psiflow_env
pip install git+https://github.com/molmod/[email protected]-rc1
pip install git+https://github.com/molmod/[email protected]

# create activate.sh
echo 'ORIGDIR=$PWD' >>activate.sh # prevent variable substitution
Expand Down

0 comments on commit 819dc7e

Please sign in to comment.