makefile: pip -> pip3

fix/readme-no-checkpoint
Konstantin Baierer 5 years ago committed by Gerber, Mike
parent e0f76242fe
commit 0f47d1fca5

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

Loading…
Cancel
Save