From b221eda2a35b74e079da9a3c4b1f92e4da4e3900 Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Tue, 29 Aug 2017 17:57:34 -0500 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..507ac96 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# POCloud-CookieCutter +### Developed by Patrick McDonagh, Henry Pump +CookieCutter Skeleton for creating a POCloud Driver + +# Using this CookieCutter + +## Install CookieCutter using pip + +```pip install cookiecutter``` + +## Initialize the driver HTML and python files with this CookieCutter + +```cookiecutter https://github.com/Henry-Pump/POCloud-CookieCutter``` + +## Done! + +