Installation
Required dependencies
Optional dependencies for the validation interface
dash (1.9.1)
dash_table (4.6.1)
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 .