- Click the green button Use this template.
- Give a name to the repository you want to create. Something short that
contains the name of your project: analysis_my_study.
- 
Decide if you want this new repo to be public or private. 
- 
Click on Create repository from templateYou now have a copy of the template on your Github account. You can then download the code and the pre-set dependencies like this. 
- 
Click on green Downloadbutton and copy theURL_to_your_repothat is shown there.
- 
Open a terminal and type this: 
git clone URL_to_your_repoInstall Cookiecutter:
pip install -U cookiecutterGenerate project:
cookiecutter https://github.com/Remi-Gau/cookiecutter_matlab_analysis.gitCheck the CONTRIBUTING.md for more information on setting up this repo.

