Add installation procedure of cookiecutter to doc

Currently, in Usage, there is no installation procedure of cookiecutter.
This patch set adds installation procedure of cookiecutter to README.rst

Change-Id: Ief3a1fdab945c1df834b219fadadf8d2b5d824a4
This commit is contained in:
Yuiko Takada 2015-11-17 10:09:44 +09:00
parent ce4c6f2982
commit ccb2bbf465

@ -26,7 +26,7 @@ Plugin Cookiecutter
In order to create the basic structure with base classes and test directories In order to create the basic structure with base classes and test directories
you can use the tempest-plugin-cookiecutter project:: you can use the tempest-plugin-cookiecutter project::
> cookiecutter https://git.openstack.org/openstack/tempest-plugin-cookiecutter > pip install -U cookiecutter && cookiecutter https://git.openstack.org/openstack/tempest-plugin-cookiecutter
Cloning into 'tempest-plugin-cookiecutter'... Cloning into 'tempest-plugin-cookiecutter'...
remote: Counting objects: 17, done. remote: Counting objects: 17, done.