Use this template
.analysis_my_study
.Decide if you want this new repo to be public or private.
Click on Create repository from template
You 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 Download
button and copy the URL_to_your_repo
that is
shown there.
Open a terminal and type this:
git clone URL_to_your_repo
Install Cookiecutter:
pip install -U cookiecutter
Generate project:
cookiecutter https://github.com/Remi-Gau/cookiecutter_matlab_analysis.git
Check the CONTRIBUTING.md for more information on setting up this repo.