From f8095932c1fc96ddaae6aecbcdf850438a49135c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20Eren=20Tun=C3=A7?= <61586335+yusuferentunc@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:06:14 +0200 Subject: [PATCH] Add DomHMM installation detail --- mdakits/domhmm/metadata.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mdakits/domhmm/metadata.yaml b/mdakits/domhmm/metadata.yaml index 9d461168..1b4ce295 100644 --- a/mdakits/domhmm/metadata.yaml +++ b/mdakits/domhmm/metadata.yaml @@ -83,9 +83,9 @@ project_org: BioMemPhys-FAU ## for a conda package installation). ## Here we use a simple PyPi installation: # More to come! -# install: -# - git clone latest -# - pip install . +install: + - pip install domhmm + development_status: Production/Stable