Skip to content

chrisferreyra13/mecons-py

Repository files navigation

MeCons

MeCons is an open-source Python package for measuring consciousness. Built on the shoulders of giants like MNE-Python, SciPy, Numpy, etc., currently it includes a module for complexity metrics.

UNDER DEVELOPMENT

Documentation

Currently under development.

Installing MeCons

To install the latest stable version of MeCons, you can use pip in a terminal:

pip install -U mecons

Get the latest code

To install the latest version of the code using pip open a terminal and type:

pip install -U https://github.com/chrisferreyra13/mecons-py/archive/main.zip

To get the latest code using git, open a terminal and type:

git clone https://github.com/chrisferreyra13/mecons-py.git

Alternatively, you can also download a zip file of the latest development version.

Dependencies

  • Python >= 3.7
  • MNE-Python >= 1.1.0
  • NumPy >= 1.18.1
  • SciPy >= 1.4.1

Contributing to MeCons

Please see the contributing guide.