From 6dd567f2ad16400dfb1ff9eb348f8c3edff0f4e7 Mon Sep 17 00:00:00 2001 From: Brian Rose Date: Mon, 22 Jul 2024 13:07:56 -0400 Subject: [PATCH] Update conda command syntax --- preamble/how-to-use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preamble/how-to-use.md b/preamble/how-to-use.md index e4e887102..c404989e2 100644 --- a/preamble/how-to-use.md +++ b/preamble/how-to-use.md @@ -96,7 +96,7 @@ can be done with two commands from the terminal, one to create the environment and one to activate it: ``` -conda env create --force -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml +conda env create --yes -f https://raw.githubusercontent.com/ProjectPythia/pythia-foundations/main/environment.yml conda activate pythia-book-dev ```