Skip to content

Commit 7bfbef2

Browse files
FredericWantiezrlouf
authored andcommitted
Fix typo in requirements.txt name in README
1 parent 77fca9e commit 7bfbef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ We value the following contributions:
134134

135135
### How to contribute?
136136

137-
1. Run `pip install -r requirements-dev.txt` to install all the dev
137+
1. Run `pip install -r requirements.txt` to install all the dev
138138
dependencies.
139139
2. Run `pre-commit run --all-files` and `make test` before pushing on the repo; CI should pass if
140140
these pass locally.

examples/Introduction.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"\n",
329329
"ax1.plot(scale_samples)\n",
330330
"ax1.set_xlabel(\"Samples\")\n",
331-
"ax.set_ylabel(\"scale\")"
331+
"ax1.set_ylabel(\"scale\")"
332332
]
333333
},
334334
{

0 commit comments

Comments
 (0)