diff --git a/bonobo/commands/init.py b/bonobo/commands/init.py index ad3c52a..d7ad066 100644 --- a/bonobo/commands/init.py +++ b/bonobo/commands/init.py @@ -6,7 +6,7 @@ def execute(name): from cookiecutter.main import cookiecutter except ImportError as exc: raise ImportError( - 'You must install "cookiecutter" to use this command.\n\n $ pip install edgy.project\n' + 'You must install "cookiecutter" to use this command.\n\n $ pip install cookiecutter\n' ) from exc return cookiecutter(