Skip to content

Commit 0f05663

Browse files
upd installation
1 parent 0fe74ce commit 0f05663

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,15 @@ 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-
In addition, the following Python modules are required:
34-
35-
- [pandas](https://github.com/pandas-dev/pandas)
33+
Additional required Python modules are listed in `requirements.txt` file, and can be installed via *pip install -r requirements.txt* in the Terminal.
3634

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

3937
- [reticulate](https://rstudio.github.io/reticulate/)
4038
- [tidyverse](https://www.tidyverse.org/)
4139
- [gridExtra](https://github.com/baptiste/gridextra/wiki)
42-
- [magick](https://docs.ropensci.org/magick/articles/intro.html)
4340
- [psych](https://personality-project.org/r/psych-manual.pdf)
41+
- [magick](https://docs.ropensci.org/magick/articles/intro.html)
4442

4543
## Reference
4644

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
fooof
22
pandas
3+
numpy
34
matplotlib
45
pathlib

0 commit comments

Comments
 (0)