Skip to content

Commit 3081663

Browse files
authored
Update README.md
1 parent 7fbff02 commit 3081663

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ CopernicusMarine.jl provides a Julia interface to the [copernicusmarine](https:/
1616
using Pkg
1717
Pkg.add(CopernicusMarine)
1818
```
19+
20+
## Usage
21+
22+
By importing the package you have access to the python package via:
23+
24+
```julia
25+
julia> using CopernicusMarine
26+
27+
julia> CopernicusMarine.copernicusmarine
28+
Python: <module 'copernicusmarine' from '/Users/arandomuser/CopernicusMarine.jl/.CondaPkg/.pixi/envs/default/lib/python3.13/site-packages/copernicusmarine/__init__.py'>
29+
```

0 commit comments

Comments
 (0)