From 5ef37894ce62aa40814ce9f97d21e87926cd3244 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 19 Apr 2023 15:16:34 -0600 Subject: [PATCH] Update setuptools in case the version on the machine is old (#352) --- scripts/developer-mode-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/developer-mode-setup.sh b/scripts/developer-mode-setup.sh index 997c6173..bd60a770 100755 --- a/scripts/developer-mode-setup.sh +++ b/scripts/developer-mode-setup.sh @@ -7,5 +7,6 @@ if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then fi python3 -m venv venv source ./venv/bin/activate -pip install --editable . +python3 -m pip install --upgrade pip setuptools wheel pip install shiv +pip install --editable .