Install develop branch from github

This commit is contained in:
gmatteo 2021-05-30 00:43:45 +02:00
parent e177b7dd6f
commit 10461bb497
1 changed files with 2 additions and 1 deletions

View File

@ -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