Skip to content

Commit 2ba6470

Browse files
authored
Add missing conda deps (#1324)
Signed-off-by: Michael Carroll <[email protected]>
1 parent 6371cc7 commit 2ba6470

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ conda activate gz-ws
213213

214214
Install prerequisites:
215215
```
216-
conda install urdfdom --channel conda-forge
216+
conda install tinyxml2 urdfdom --channel conda-forge
217217
```
218218

219219
Install Gazebo dependencies:
@@ -225,7 +225,7 @@ conda search libsdformat --channel conda-forge --info
225225

226226
Install dependencies, replacing `<#>` with the desired versions:
227227
```
228-
conda install libgz-math<#> libgz-tools<#> --channel conda-forge
228+
conda install libgz-cmake<#> libgz-math<#> libgz-tools<#> libgz-utils<#> --channel conda-forge
229229
```
230230

231231
### Build from Source

0 commit comments

Comments
 (0)