mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Print out when pip is missing.
This commit is contained in:
parent
16465846ce
commit
5c645a5b0b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue