- 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 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 theURL_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.