From ea972f1658206ee12696849f7b8efe6ab48b687d Mon Sep 17 00:00:00 2001 From: Henri Drake Date: Tue, 24 Feb 2026 06:20:57 -0800 Subject: [PATCH] Update conda installation command for regionate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 036a28b..76a3fa6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Quick Start Guide **For users: minimal installation within an existing environment** ```bash -conda install regionate +conda install -c conda-forge regionate ``` **For developers: installing from scratch using `conda`**