Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.22 KB

File metadata and controls

71 lines (46 loc) · 1.22 KB

beatwatch-process

Python package for processing data collected with Bangle.js 2 and the BEATwatch application

Installation

Install the beatwatch-process package

uv

uv add git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git

Or, install a branch, e.g.:

uv add git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git@branch-name

Upgrade to a new version with:

uv add --upgrade git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git

Uninstall with:

uv remove beatwatch-process

pip

pip install git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git

Or, install a branch, e.g.:

pip install git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git@branch-name

Upgrade to a new version with:

pip install --upgrade git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git

Uninstall with:

pip uninstall beatwatch-process

Usage

Troubleshooting

I keep getting an error: "ModuleNotFoundError: No module named 'beatwatch_process'" when attempting to run scripts. E.g.:

  • uv run beatwatch-process
  • uv run python tests/test_output.py

To reset:

uv run --reinstall