File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,15 @@ The examples in this repository use and require Python >= 3.6.
3030
3131All 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
3735The 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
Original file line number Diff line number Diff line change 11fooof
22pandas
3+ numpy
34matplotlib
45pathlib
You can’t perform that action at this time.
0 commit comments