Print out when pip is missing.

This commit is contained in:
Alexis Métaireau 2017-11-01 22:29:16 +01:00
parent 16465846ce
commit 5c645a5b0b

View file

@ -6,7 +6,7 @@ try:
from pip.req import parse_requirements
from pip.download import PipSession
except ImportError:
print('[libbmc] pip not found.')
print('Cannot find pip.')
raise
# Get requirements from the requirements.txt file.