Skip to content

Commit 28562d2

Browse files
committed
website: very minor edits
1 parent 433218f commit 28562d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/guides/install_and_launch.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Installation
1+
# Instal and launch
22

33
All tools of the **QuickView** family are available as
44
**conda** packages as well as **pre-compiled desktop bundles**
@@ -54,15 +54,15 @@ conda install conda-forge::e3sm_compareview
5454

5555
To update the tools to newer versions, first find the most recent version
5656
numbers using the links in the summary table near the top of this page,
57-
then use the following commands, replacing the version numbers by yours:
57+
then use the following commands, replacing the version numbers by what you need:
5858

5959
```sh
6060
conda activate quickview-env
6161
conda install "e3sm-quickview>=2.1.1"
6262
conda install "e3sm_compareview>=1.3.4"
6363
```
6464

65-
## Using the tools installed via conda
65+
## Launching a tool installed via conda
6666

6767
To use the tools installed via conda, open a Terminal window and
6868
activate the conda environment using
@@ -83,7 +83,7 @@ quickcompare -p 0
8383
```
8484

8585
After some seconds, the Terminal window should indicate that the app has
86-
loaded various plugins and give an URL similar to `http://localhost:50329/`.
86+
loaded various plugins, and then provide an URL similar to `http://localhost:50329/`.
8787
**Enter the URL into a web brower** to access the graphical UL.
8888

8989

0 commit comments

Comments
 (0)