pipenv install

This commit is contained in:
2017-01-21 18:26:15 -05:00
parent 4ffeaa9fa3
commit 014c2ac804
+1 -1
View File
@@ -127,7 +127,7 @@ def do_lock():
f.write(json.dumps(lockfile, indent=4, separators=(',', ': ')))
click.echo(crayons.yellow('Note: ') + 'your project now has only default {} installed.'.format(crayons.red('[packages]')))
click.echo('To install {}, run: $ {}'.format(crayons.red('[dev-packages]'), crayons.green('pipenv init --dev')))
click.echo('To install {}, run: $ {}'.format(crayons.red('[dev-packages]'), crayons.green('pipenv install --dev')))
def activate_virtualenv(source=True):