Skip to content

KullmannLab/pyecog2

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published