Skip to content

Commit

Permalink
Install develop branch from github
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed May 29, 2021
1 parent e177b7d commit 10461bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion binder/postBuild
Expand Up @@ -12,7 +12,8 @@
python -c "import abipy"
if [ $? -ne 0 ]; then
echo "Installing abipy with pip"
pip install abipy
#pip install abipy
pip install git+https://github.com/abinit/abipy.git@develop
fi

mkdir -p ${HOME}/.abinit/abipy
Expand Down

0 comments on commit 10461bb

Please sign in to comment.