Skip to content

Commit 8a61416

Browse files
updating README
1 parent 27cfddb commit 8a61416

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)