Setup and Installation¶
Development and documentation occurs on GitHub.
It also has the following dependencies:
Required dependencies¶
numpy>=1.16
scipy>=1.2
tqdm>=4.32
pandas>=0.24
statsmodels>=0.10.2
For GUI support and visualisation analysis
matplotlib>=3.1
pyqt5>=5.9
Install with Conda¶
Download and install miniconda for Python 3.8 from https://docs.conda.io/en/latest/miniconda.html
Create envrionment (optional):
Open terminal in Mac/Linux and run conda create -n cardiowave
Run conda activate cardiowave
Install via Pypi:
Run pip install cardiowave