Skip to content

Commit

Permalink
update installation info
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Feb 7, 2024
1 parent b1697c5 commit 2e2c8d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ $ conda install -c conda-forge bmi_nwis

#### From Source

After downloading the source code, run the following command from top-level folder
(the one that contains setup.py) to install bmi_nwis.
After downloading the source code, run the following command from top-level folder
to install bmi_nwis.
```
$ pip install -e .
```
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ for instantaneous values and daily mean values ('iv' or 'dv' service option in t

**Stable Release**

The nwis package and its dependencies can be installed with pip.
The bmi_nwis package and its dependencies can be installed with pip.

````{tab} pip
```console
Expand All @@ -41,7 +41,7 @@ conda install -c conda-forge bmi_nwis
**From Source**

After downloading the [source code][nwis-github], run the following command from top-level
folder (the one that contains setup.py) to install nwis.
folder to install bmi_nwis.

```console
pip install -e .
Expand Down

0 comments on commit 2e2c8d2

Please sign in to comment.