From 08abe7e31708938b501eb2f2d445b2233c26ba23 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 15 Aug 2024 10:15:03 +0200 Subject: [PATCH] setup.sh: Give pip multiple dependencies in one run pip has a real dependency resolver now so give it multiple dependencies at once so the resolver can perform resolution. --- setup.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/setup.sh b/setup.sh index 5d0fca3f4..abb8665ed 100755 --- a/setup.sh +++ b/setup.sh @@ -3,13 +3,8 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" cd "$DIR" -python3 -m pip install Cython -python3 -m pip install numpy -python3 -m pip install jinja2 -python3 -m pip install wheel -python3 -m pip install sphinx -python3 -m pip install sphinx-rtd-theme -python3 -m pip install pbxproj +python3 -m pip install --upgrade pip wheel +python3 -m pip install Cython jinja2 numpy pbxproj sphinx sphinx-rtd-theme brew install zlib # Python