The BrainAccess Board library is a Python package that provides an interface to the BrainAccess Board, enabling you to interact with the board and access its data.

Installation#

Prerequisites#

Ensure you have Python and pip installed. If not, refer to the following guides:

Installing from PyPI#

  1. Activate your Python environment (e.g., virtualenv, Conda, or system Python).

  2. Install the BrainAccess Board API:

pip install brainaccess-board

Installing from Source#

The library is located in the BrainAccess Board user apps directory. To find it:

  1. Open the BrainAccess Board Resources tab.

  2. Click on the Settings button in the bottom-left corner.

  3. Select Open apps directory.

  4. Locate the brainaccess_board directory containing the library.

Alternatively, you can find the library path in the Minimal App Example located in the BrainAccess Board Applications tab.

Steps to Install#

  1. Activate your Python environment (e.g., virtualenv, Conda, or system Python).

  2. Navigate to the brainaccess-board directory.

  3. Run the following command in your terminal:

    pip install .