Installation

Requirements

  • Up to now, the module is only usable if you are using the Brain Vision Recorder as your EEG Recorder Software.

  • As this is a Python module, for sure you’ll need Python.

  • Additional packages you need are

Installing the module

Windows XP

  1. Download the module in the current version for Windows und unzip it.

  2. Usually, your Windows system folder will be found as C:\\WINDOWS\system32. If so, you may skip this point.

    If this is not the case, you have to speficy it in setup.cfg. Just change the right part of the following expression (there is also a template in the template folder)

    [system]
    windows_path = C:\\WINDOWS\system32
    

    into your individual path.

  3. Next, start a console, change to the location into the unzipped folder (where setup.py is lying) and type in:

    setup.py install

    This will install the PyBCI module in your Python site-packages folder.

Linux

  1. Download the module in the current version for Linux und untar it.

  2. Calling:

    make
    

    will compile the PyBCI source funtions.

  3. Finally, just type in:

    python setup.py install

    and PyBCI should be installed properly.

Table Of Contents

Previous topic

What’s the whole thing for?

Next topic

Downloads

This Page