mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +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.req import parse_requirements
|
||||||
from pip.download import PipSession
|
from pip.download import PipSession
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print('[libbmc] pip not found.')
|
print('Cannot find pip.')
|
||||||
raise
|
raise
|
||||||
|
|
||||||
# Get requirements from the requirements.txt file.
|
# Get requirements from the requirements.txt file.
|
||||||
|
|
Loading…
Reference in a new issue