We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d823a commit 2f4b881Copy full SHA for 2f4b881
1 file changed
install/install_ibcdfo.sh
@@ -1,10 +1,11 @@
1
#!/usr/bin/env bash
2
3
-git clone --recurse-submodules -b main https://github.com/POptUS/IBCDFO.git
4
-pushd IBCDFO/minq/py/minq5/
+git glone https://github.com/POptUS/MINQ
+pushd MINQ/py/minq5/
5
export PYTHONPATH="$PYTHONPATH:$(pwd)"
6
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
7
popd
8
+git clone -b main https://github.com/POptUS/IBCDFO.git
9
pushd IBCDFO/ibcdfo_pypkg/
10
pip install -e .
11
0 commit comments