1
0
Fork 0
mirror of https://github.com/mikegerber/ocrd_calamari.git synced 2025-06-09 19:59:53 +02:00

makefile: pip -> pip3

This commit is contained in:
Konstantin Baierer 2019-12-03 13:37:50 +01:00 committed by Gerber, Mike
parent e0f76242fe
commit 0f47d1fca5

View file

@ -1,5 +1,5 @@
# '$(PIP_INSTALL)'
PIP_INSTALL = pip install
PIP_INSTALL = pip3 install
# '$(GIT_CLONE)'
GIT_CLONE = git clone