Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Mabel Zhang <[email protected]>
  • Loading branch information
mabelzhang committed Jan 14, 2021
1 parent f3f7a10 commit 73e9df8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,30 +121,30 @@ conda create -n ign-ws
conda activate ign-ws
```

Install Ignition dependencies:

You can view the list of dependencies, replacing `<#>` with the desired version:
### Binary Install

```
conda search libignition-plugin<#> --channel conda-forge --info
conda install libignition-plugin<#> --channel conda-forge
```

Install dependencies, replacing `<#>` with the desired versions:
Be sure to replace `<#>` with a number value, such as 1 or 2, depending on
which version you need.

```
conda install libignition-cmake<#> --channel conda-forge
```
### Source Install

### Binary Install
1. Install Ignition dependencies:

You can view available versions and their dependencies:

```
conda install libignition-plugin<#> --channel conda-forge
conda search libignition-plugin* --channel conda-forge --info
```

Be sure to replace `<#>` with a number value, such as 1 or 2, depending on
which version you need.
Install dependencies, replacing `<#>` with the desired version:

### Source Install
```
conda install libignition-cmake<#> --channel conda-forge
```

1. Navigate to where you would like to build the library, and clone the repository.

Expand Down

0 comments on commit 73e9df8

Please sign in to comment.