cemrg-heartbuilder

cd ~/dev/python/
git clone https://github.com/OpenHeartDevelopers/cemrg-heartbuilder.git
cd cemrg-heartbuilder/

Install environment

Option 1: Conda

conda create -n cemrg-heartbuilder python=3.10 -y
conda activate cemrg-heartbuilder

Option 2: Poetry

poetry config virtualenvs.create false --local
poetry install

Install with script provided

./setup.sh

This site uses Just the Docs, a documentation theme for Jekyll.