I am trying to create cookiecutter project template in windows. As per the instructions on the official site: https://cookiecutter.readthedocs.io, I installed cookiecutter using pip.
Next step mentioned on site is to use following command to create project template using cookiecutter.
cookiecutter https://github.com/audreyr/cookiecutter-pypackage.git
I also did that on my windows cmd but it's showing error: 'cookiecutter' is not recognized as an internal or external command.
Can somebody suggest me a way around?