Skip to content

Commit 99b6e54

Browse files
Merge pull request #21 from gregory-halverson/main
updating README
2 parents 46a79e7 + b9b7a84 commit 99b6e54

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ Japan Agency for Marine-Earth Science and Technology
1616
## Installation
1717

1818
```
19-
git clone [email protected]:JPL-Evapotranspiration-Algorithms/FLiESANN.git
20-
cd FLiES
21-
mamba install pykdtree
22-
pip install .
19+
pip install FLiESANN
20+
```
21+
22+
## Usage
23+
24+
```
25+
from FLiESANN import FLiESANN
2326
```
2427

2528
## References

0 commit comments

Comments
 (0)