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 f991ce6 commit 985646aCopy full SHA for 985646a
scripts/buildAmici.sh
@@ -21,6 +21,5 @@ make python-sdist
21
set -x
22
python3 -m venv ${AMICI_PATH}/build/venv --clear
23
source ${AMICI_PATH}/build/venv/bin/activate
24
-pip3 install --upgrade pip
25
-pip3 install pkgconfig wheel
+pip3 install --upgrade pip setuptools pkgconfig wheel
26
pip3 install --verbose `ls -t ${AMICI_PATH}/build/python/amici-*.tar.gz | head -1`
0 commit comments