Ensure that you have accounts (preferably with the same login) on:
In a terminal (e.g. Anaconda Prompt):
pip install cookiecutter
Git will be used to download the package template that will be used by Cookiecutter.
Install git: https://git-scm.com/downloads. You may need to restart your computer.
Perform this step only if you want to use the Numpy documentation style (which we recommend).
In the “Welcome to PyCharm” window (before you open a project): Customize → All settings → Tools → Python Integrated Tools → Docstrings → Docstring format → NumPy.
In the “Welcome to PyCharm” window (before you open a project): Customize → All settings → Version Control → GitHub → Add account → Log In via GitHub → log in and accept to grant access.