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
Install with source code¶
1. Download source code from GitHub and change directory to the LICENSE files
.
├── cdwave
├── tests
├── setup.py
└── LICENSE
Install dependencies by running pip install -r requirements
Run python setup.py install