diff --git a/pipenv/help.py b/pipenv/help.py index c354aa6c..7d219714 100644 --- a/pipenv/help.py +++ b/pipenv/help.py @@ -12,6 +12,7 @@ from .pep508checker import lookup def main(): print('
$ python -m pipenv.help output') + print('') print('Pipenv version: `{0!r}`'.format(__version__)) print('') print('Pipenv location: `{0!r}`'.format(os.path.dirname(pipenv.__file__)))