From 17cce09a41de1359d0d283722ba81331db67df33 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 1 Jul 2018 02:01:18 -0700 Subject: [PATCH] Add note for Matlab support --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc1ba23b..68ad79a1 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: