Skip to content

Commit

Permalink
make install: update/install pip and wheel before
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jan 23, 2024
1 parent 61f56be commit eae826e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ build:

# (Re)install the tool
install: #build
# not stricttly necessary but a precaution against outdated python build tools, https:/OCR-D/core/pull/1166
$(PIP) install -U pip wheel
$(PIP_INSTALL) . $(PIP_INSTALL_CONFIG_OPTION)
@# workaround for shapely#1598
$(PIP) config set global.no-binary shapely
Expand Down

0 comments on commit eae826e

Please sign in to comment.