Skip to content

int-brain-lab/bpod-core

Repository files navigation

bpod

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.

Installation for use

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.

Installation for developers

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages