Skip to content

Commit

Permalink
Updated README for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Aug 23, 2024
1 parent 7891ffe commit f9e50af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
CFA python Xarray module for using CFA files with xarray.

See the [Documentation](https://cedadev.github.io/CFAPyX/) for more details.
CFAPyX on [Github](https://github.com/cedadev/CFAPyX)

For use with the Xarray module as an additional backend.

# Installation

```
pip install xarray==2024.6.0
pip install -e .
pip install CFAPyX==2024.9.0
```

# Usage
Expand All @@ -19,6 +20,6 @@ pip install -e .
import xarray as xr
ds = xr.open_dataset('cfa_file.nca', engine='CFA')
Plot data
Continue as normal
```

0 comments on commit f9e50af

Please sign in to comment.