meta00 / vital_sqi

A package for physiological signal quality control
MIT License
30 stars 11 forks source link

pip install vital_sqi #92

Closed KooroshMotaman closed 1 year ago

KooroshMotaman commented 2 years ago

Hello I want to use the vital_sqi package but I couldn't install it. would you please help me?

Koaha commented 2 years ago

Hi, We are going to upload this into PyPi soon. At the moment, you can install the package by cloning the src code and install it locally

git clone https://github.com/meta00/vital_sqi
cd vital_sqi
pip install -e .

the package docs can be found at https://vitalsqi.readthedocs.io/en/latest/

Koaha commented 1 year ago

The package is available now at PyPI