We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5dd64 commit 737be5fCopy full SHA for 737be5f
1 file changed
install_developer_pip.sh
@@ -0,0 +1,7 @@
1
+pip show testinfrastructure;ret=$?
2
+if [ $ret -eq 0 ]; then
3
+ echo "allredy installed"
4
+else
5
+ pip install -e git+https://github.com/MPIBGC-TEE/testinfrastructure.git#egg=testinfrastructure
6
+fi
7
+ pip install -e .
0 commit comments