Python package for processing data collected with Bangle.js 2 and the BEATwatch application
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-nameUpgrade to a new version with:
uv add --upgrade git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.gitUninstall with:
uv remove beatwatch-processpip install git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.gitOr, install a branch, e.g.:
pip install git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.git@branch-nameUpgrade to a new version with:
pip install --upgrade git+ssh://git@github.com/beatlab-mcmaster/beatwatch-process.gitUninstall with:
pip uninstall beatwatch-processI keep getting an error: "ModuleNotFoundError: No module named 'beatwatch_process'"
when attempting to run scripts. E.g.:
uv run beatwatch-processuv run python tests/test_output.py
To reset:
uv run --reinstall