Skip to content

Commit dc66b21

Browse files
committed
update README
1 parent 7b181cf commit dc66b21

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*DS_Store
22

33
# IDE
4-
.vscode
4+
.vscode/*.log
55

66
## virtual env
77
env/*

.vscode/extensions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"recommendations": [
3+
"gimly81.matlab",
4+
"ExecutableBookProject.myst-highlight"
5+
]
6+
}

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@ When you have set up your repo you may need to change those badges
4545
git clone URL_to_your_repo
4646
```
4747

48+
### Install with cookiecutter
49+
50+
Install Cookiecutter:
51+
52+
```bash
53+
pip install -U cookiecutter
54+
```
55+
56+
Generate project:
57+
58+
```bash
59+
cookiecutter https://github.com/Remi-Gau/cookiecutter_matlab_analysis.git
60+
```
61+
4862
## Configuration
4963

5064
Check the

0 commit comments

Comments
 (0)