Installation

Required dependencies

Optional dependencies for the validation interface

Instructions

HeartCV is a pure Python package and can be installed from PyPi using pip:

$ pip install heartcv

If you would like to install the latest development version, you will need to clone the repository on GitHub and install it as follows:

$ git clone https://github.com/EmbryoPhenomics/heartcv.git
$ cd heartcv
$ pip install .