From 073cde335e1925978de1c99316f437d2311f97b8 Mon Sep 17 00:00:00 2001 From: Jeff Rhoades <37990507+rhoadesScholar@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:24:28 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c78932df..4836b70d7 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ plans to support [`tensorflow`](https://www.tensorflow.org/). Currently, python>=3.10 is supported. We recommend creating a new conda environment for dacapo with python 3.10. ``` conda create -n dacapo python=3.10 +conda activate dacapo ``` Then install DaCapo using pip with the following command: