We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039ebb0 commit b3d37c9Copy full SHA for b3d37c9
scripts/buildAmici.sh
@@ -21,4 +21,4 @@ make python-sdist
21
22
python3 -m venv ${AMICI_PATH}/build/venv --clear
23
source ${AMICI_PATH}/build/venv/bin/activate
24
-pip3 install `ls -t ${AMICI_PATH}/build/python/amici-*.tgz | head -1`
+pip3 install `ls -t ${AMICI_PATH}/build/python/amici-*.tar.gz | head -1`
0 commit comments