Installation
To install medpipe clone the GitHub repository and install the package with pip:
$ git clone git@github.com:Surgical-Recovery-and-Safety-Lab/medpipe.git
$ cd medpipe
$ pip install .
Ensure that the installation was succesfull and that all tests pass by running the following command in the medpipe directory: