Skip to content

Commit

Permalink
Print out when pip is missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Nov 1, 2017
1 parent 1646584 commit 5c645a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
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.
Expand Down

0 comments on commit 5c645a5

Please sign in to comment.