From 73e9df8c3079ea3085c4f42e22b7e574bf06c048 Mon Sep 17 00:00:00 2001 From: Mabel Zhang Date: Thu, 24 Dec 2020 12:01:16 -0500 Subject: [PATCH] tweaks Signed-off-by: Mabel Zhang --- tutorials/02_installation.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tutorials/02_installation.md b/tutorials/02_installation.md index 3a7641a5..4c4fd847 100644 --- a/tutorials/02_installation.md +++ b/tutorials/02_installation.md @@ -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.