mirror of
https://github.com/mikegerber/ocrd_calamari.git
synced 2025-07-25 18:09:54 +02:00
makefile: pip -> pip3
This commit is contained in:
parent
e0f76242fe
commit
0f47d1fca5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
# '$(PIP_INSTALL)'
|
# '$(PIP_INSTALL)'
|
||||||
PIP_INSTALL = pip install
|
PIP_INSTALL = pip3 install
|
||||||
|
|
||||||
# '$(GIT_CLONE)'
|
# '$(GIT_CLONE)'
|
||||||
GIT_CLONE = git clone
|
GIT_CLONE = git clone
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue