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 Python: Learn how to install Python.
Setting up Anaconda: Get started with Anaconda environments, or use your preferred environment manager.
Installing from PyPI#
Activate your Python environment (e.g., virtualenv, Conda, or system Python).
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:
Open the BrainAccess Board Resources tab.
Click on the Settings button in the bottom-left corner.
Select Open apps directory.
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#
Activate your Python environment (e.g., virtualenv, Conda, or system Python).
Navigate to the brainaccess-board directory.
Run the following command in your terminal:
pip install .