Update init.py

This commit is contained in:
Romain Dorgueil
2017-05-28 17:36:27 +02:00
committed by GitHub
parent 56532679f0
commit c94a7ffbb2

View File

@ -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(