From 742d16d392747aee9f6b3f08fbcbe84743c234ee Mon Sep 17 00:00:00 2001 From: WANG Gefei <46701885+gefeiwang@users.noreply.github.com> Date: Sun, 25 Jun 2023 11:15:23 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a691cc..aae2c81 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Installation ```bash git clone https://github.com/YangLabHKUST/STitch3D.git cd STitch3D +conda config --set channel_priority strict conda env update --f environment.yml conda activate stitch3d ```