From be25943f9a47af05eafc1bfac11ffcb5ee584ff0 Mon Sep 17 00:00:00 2001 From: Marwan Zouinkhi Date: Mon, 18 Mar 2024 09:41:47 -0400 Subject: [PATCH] Update installation to use pip instead of cloning --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b56ef500..cd9101a95 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,9 @@ Currently, python>=3.10 is supported. We recommend creating a new conda environm conda create -n dacapo python=3.10 ``` -Then clone this repository, go into the directory, and install: +Then install DaCapo using pip with the following command: ``` -git clone git@github.com:janelia-cellmap/dacapo.git -cd dacapo -pip install . +pip install git+https://github.com/janelia-cellmap/dacapo ``` This will install the minimum required dependencies.