Update init.py
This commit is contained in:
@ -6,7 +6,7 @@ def execute(name):
|
|||||||
from cookiecutter.main import cookiecutter
|
from cookiecutter.main import cookiecutter
|
||||||
except ImportError as exc:
|
except ImportError as exc:
|
||||||
raise ImportError(
|
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
|
) from exc
|
||||||
|
|
||||||
return cookiecutter(
|
return cookiecutter(
|
||||||
|
|||||||
Reference in New Issue
Block a user