chaostoolkit / chaostoolkit-documentation

The Chaos Toolkit documentation

Home Page:https://chaostoolkit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix typo in pip command for cookiecutter

russmiles opened this issue · comments

Current incorrect command:

> pip install - U cookiecutter

Should be changed to:

> pip install -U cookiecutter