Skip to content

Commit 7e5a007

Browse files
authored
fix: add missing 'src/' path to pip install command in README.md
1 parent 06c6a25 commit 7e5a007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you already have an environment created that you wish to install `epmt`, and
4848
```bash
4949
git clone https://github.com/NOAA-GFDL/epmt.git
5050
cd epmt
51-
pip install
51+
pip install src/
5252
```
5353

5454
### Verifying an Installation

0 commit comments

Comments
 (0)