From e71416d1609b6f32b2e2847eeabc083ba120c625 Mon Sep 17 00:00:00 2001 From: ezwelty Date: Fri, 16 Aug 2024 14:25:15 +0200 Subject: [PATCH] Include activation in conda env update instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8028d7..efbb9bc 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ or update it if it already exists: ```sh conda env update --file environment.yaml +conda activate glenglat ``` Copy [`.env.example`](.env.example) to `.env` and set the (optional) environment variables.