This dummy python package serves to integrate bpod-rig, bpod-gui, and bpod-core into a singular uv workspace
for development purposes.
We utilize astral's uv to manage virtual environments and dependencies. Visit the uv documentation here for instructions on installing uv
- Clone the
bpod_python_overhaulpackagegit clone git@github.com:olfactorybehaviorlab/bpod_python_overhaul.git - Navigate into the newly cloned folder
cd ./bpod_python_overhaul/ - Initialize and update the three submodules
git submodule init && git submodule update - Create the virtual environment
uv sync --all-packages --extra [PYTHON_PYSIDE_BINDING]