Skip to content

Commit

Permalink
Fix conda link and dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Sep 14, 2023
1 parent 68f18b5 commit 1d5d24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@ First, follow the [gz-cmake](https://github.com/gazebosim/gz-cmake) tutorial for
```
conda search libgz-tools* --channel conda-forge --info
```
See the [Conda release repository](https://github.com/conda-forge/libignition-tools4-feedstock) for more information.
See the [Conda release repository](https://github.com/conda-forge/gz-tools2-feedstock) for more information.

Install dependencies, replacing `<#>` with the desired version:
```
conda install libgz-cmake<#> --channel conda-forge
conda install backward-cpp ruby libgz-cmake<#> --channel conda-forge
```

3. Navigate to where you would like to build the library, and clone the repository.
Expand Down

0 comments on commit 1d5d24e

Please sign in to comment.