KullmannLab / pyecog2

PyEcog2 is a python software package aimed at exploring, visualizing and analyzing (video) EEG telemetry data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyEcog

Pyecog2

Under construction.

PyEcog2 is a python software package aimed at exploring, visualizing and analysing (video) EEG telemetry data

Installation instructions

For alpha testing:

  • clone the repository to your local machine
  • create a dedicated python 3.8 environment for pyecog2 (e.g. a conda environment)
conda create --name pyecog2 python=3.8 
  • activate the environment with activate pyecog2 in Windows or source activate pyecog2 in MacOS/Linux
  • run pip install with the development option :
python -m pip install -e <repository directory>
  • To launch PyEcog you should now, from any directory, be able to call:
python -m pyecog2

Hopefully in the future:

pip install pyecog2

About

PyEcog2 is a python software package aimed at exploring, visualizing and analyzing (video) EEG telemetry data

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 96.3%Language:Python 3.7%Language:Shell 0.0%Language:Batchfile 0.0%