Skip to content

Commit 2bbbf07

Browse files
authored
correction of README
1 parent 686011e commit 2bbbf07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To avoid problems with installation, use of the virtualenv Python virtual enviro
2121
Then use pip to install all dependencies (numpy, scipy, matplotlib, netCDF4, cython, pyproj, Shapely, ...), e.g.:
2222

2323
```bash
24-
pip install opencv numpy matplotlib scipy netCDF4 shapely pyproj
24+
pip install numpy scipy netCDF4 matplotlib opencv-python pyyaml pyproj pint polygon3
2525
```
2626

2727
Then run the following to install the eddy tracker:
@@ -35,7 +35,7 @@ Two executables are now available in your PATH: EddyIdentification and EddyTrack
3535
Edit the corresponding yaml files and then run the code, e.g.:
3636

3737
```bash
38-
EddyIdentification eddy_identification.yaml
38+
EddyId share/nrt_global_allsat_phy_l4_20190223_20190226.nc 20190223 adt ugos vgos longitude latitude ./ -v INFO
3939
```
4040

4141
for identification, followed by:

0 commit comments

Comments
 (0)