mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
pipenv install
This commit is contained in:
+1
-1
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user