Skip to content

Commit ad4ca39

Browse files
upd installation
1 parent 16ca55e commit ad4ca39

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ The examples in this repository use and require Python >= 3.6.
3030

3131
All examples require the [specparam](https://github.com/fooof-tools/fooof) module.
3232

33-
Additional required Python modules are listed in `requirements.txt` file, and can be installed via **pip install -r requirements.txt** in the Terminal.
33+
Additional required Python modules are listed in `requirements.txt` file, and can be installed via
34+
```
35+
pip install -r requirements.txt
36+
```
37+
in the Terminal.
3438

3539
The R example requires [R](https://www.r-project.org/), including the following modules:
3640

0 commit comments

Comments
 (0)