Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/voytekresearch/fooof
Browse files Browse the repository at this point in the history
merge readme
  • Loading branch information
TomDonoghue committed Jul 3, 2018
2 parents 868494f + 17cce09 commit 103ab74
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ If you use this code in your project, please cite:

Link: https://www.biorxiv.org/content/early/2018/04/11/299859

## Python Version

FOOOF runs on Python 3.5 and 3.6.

## Dependencies

FOOOF is written in Python, and requires Python >= 3.5 to run.

It has the following dependencies:
- numpy
- scipy >= 0.19
- matplotlib (optional)
Expand All @@ -46,6 +45,10 @@ Matplotlib is not required for running the model fitting, but is used if you wan

Pytest is only required to run the test suite.

## Matlab Support

FOOOF is implemented in Python, but there is also Matlab wrapper, as well as other support utilities for using FOOOF in a Matlab pipeline, all of which is available in [fooof_mat](http://github.com/voytekresearch/fooof_mat).

## Install

To install the latest stable release of fooof, you can use pip:
Expand Down

0 comments on commit 103ab74

Please sign in to comment.