Skip to content

Commit

Permalink
fix version number in easy install script
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Jul 29, 2024
1 parent e963d82 commit c7a6daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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 activate _psiflow_env
pip install git+https://github.com/molmod/psiflow
pip install git+https://github.com/molmod/psiflow[email protected]

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

0 comments on commit c7a6daa

Please sign in to comment.