diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..6174f31 --- /dev/null +++ b/Readme.md @@ -0,0 +1,13 @@ +# Cookiecutter_ template for a Python package. + +This is a [Cookiecutter](https://github.com/cookiecutter/cookiecutter) template for a python packages. + +## How to use: + +``` +pip install cookiecutter +``` + +``` +cookiecutter https://github.com/IAOCEA/cookiecutter-python +``` \ No newline at end of file