From 2ba6470e8f9cc3e1ee3aec19df574f18bbb10185 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Thu, 14 Sep 2023 11:35:31 -0500 Subject: [PATCH] Add missing conda deps (#1324) Signed-off-by: Michael Carroll --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2b651ce3..78e8321b9 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ conda activate gz-ws Install prerequisites: ``` -conda install urdfdom --channel conda-forge +conda install tinyxml2 urdfdom --channel conda-forge ``` Install Gazebo dependencies: @@ -225,7 +225,7 @@ conda search libsdformat --channel conda-forge --info Install dependencies, replacing `<#>` with the desired versions: ``` -conda install libgz-math<#> libgz-tools<#> --channel conda-forge +conda install libgz-cmake<#> libgz-math<#> libgz-tools<#> libgz-utils<#> --channel conda-forge ``` ### Build from Source