From ccb2bbf465205b56087492b807e601d571a5e5cc Mon Sep 17 00:00:00 2001 From: Yuiko Takada Date: Tue, 17 Nov 2015 10:09:44 +0900 Subject: [PATCH] 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 --- doc/source/plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/plugin.rst b/doc/source/plugin.rst index a41038c268..29653a65d8 100644 --- a/doc/source/plugin.rst +++ b/doc/source/plugin.rst @@ -26,7 +26,7 @@ Plugin Cookiecutter In order to create the basic structure with base classes and test directories 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'... remote: Counting objects: 17, done.