bpod is a Python class for communicating with the Bpod device from Sanworks.
This project is maintained by the software development team at the International Brain Lab.
git clone https://github.com/int-brain-lab/bpod.git
cd bpod
python3.10 -m venv ./venv
source ./venv/bin/activate
pip install --upgrade pip
pip install -e .
Currently, only Python v3.10 on Ubuntu 22.04, Fedora 38 and Windows 10 is being tested.
git clone https://github.com/int-brain-lab/bpod.git
cd bpod
python3.10 -m venv ./venv
source ./venv/bin/activate
pip install --upgrade pip
pip install -e .[DEV]
pre-commit install
This repository is adhering to the following conventions:
- semantic versioning for consistent version numbering logic
- rough for linting and formatting