From d166ae5bb371b3e72b95c3bbcebc4dddff8b2e87 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:27:23 +0800 Subject: [PATCH] MAINT: Fix installation instructions --- docs/user_guide/getting_started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/getting_started/installation.md b/docs/user_guide/getting_started/installation.md index 6258dec7b5..ed91b26ef3 100644 --- a/docs/user_guide/getting_started/installation.md +++ b/docs/user_guide/getting_started/installation.md @@ -25,9 +25,9 @@ You can find your current environment with `conda env list` and identifying the ``` ```bash +conda config --add channels conda-forge conda create -n parcelsv4-env python conda activate parcelsv4-env -conda config --add channels conda-forge conda install -c https://prefix.dev/parcels parcels conda install trajan cartopy jupyter ```