Skip to content

Commit

Permalink
Update setuptools in case the version on the machine is old (#352)
Browse files Browse the repository at this point in the history
Former-commit-id: 5ef3789
  • Loading branch information
dboreham authored Apr 19, 2023
1 parent a3b3ac1 commit 55b2d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/developer-mode-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 55b2d3b

Please sign in to comment.