Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 901 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 901 Bytes

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