From 39773d31eb03ec2a8f5deee10df8129ae0412b02 Mon Sep 17 00:00:00 2001 From: raquellrios Date: Tue, 2 Jan 2024 20:49:09 +0100 Subject: [PATCH] added installation instructions as suggested by Ivan --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 006a616a..485add69 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,15 @@ Please be aware that this code is work in progress and is not guaranteed to prov ### Installation + KinoML and its dependencies can be installed via conda/mamba. ``` -mamba create -n kinoml --no-default-packages -mamba env update -n kinoml -f https://raw.githubusercontent.com/openkinome/kinoml/master/devtools/conda-envs/test_env.yaml -conda activate kinoml -pip install https://github.com/openkinome/kinoml/archive/master.tar.gz +git clone https://github.com/openkinome/kinoml.git # clone the repo +cd kinoml # change directory to local copy of repo +mamba env create -n kinoml -f devtools/conda-envs/test_env.yaml +conda activate kinoml +python -m pip install git+https://github.com/openkinome/kinoml.git ``` ### Usage