From eec64fc776eccedfe413f8ca79fbd36cbf6eadc1 Mon Sep 17 00:00:00 2001 From: Van Malleghem Antoine Date: Fri, 13 Sep 2024 10:32:51 +0200 Subject: [PATCH] fix prerequisites windows Signed-off-by: Van Malleghem Antoine --- tutorials/02_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/02_installation.md b/tutorials/02_installation.md index 28931fe9..8d7d511c 100644 --- a/tutorials/02_installation.md +++ b/tutorials/02_installation.md @@ -205,7 +205,7 @@ sudo make uninstall ### Prerequisites -First, follow the [gz-cmake](https://github.com/gazebosim/gz-cmake) tutorial for installing Conda, Visual Studio, CMake, etc., prerequisites, and creating a Conda environment. +First, follow the [source installation](https://gazebosim.org/docs/ionic/install_windows_src/) tutorial until step 5 included for installing Conda, Visual Studio, CMake, etc., prerequisites, and creating a Conda environment. Navigate to `condabin` if necessary to use the `conda` command (i.e., if Conda is not in your `PATH` environment variable. You can find the location of `condabin` in Anaconda Prompt, `where conda`).