Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jun 1, 2023
1 parent c36e861 commit b65018f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@
`cdflib` is a python module to read/write CDF (Common Data Format `.cdf`) files without needing to install the
[CDF NASA library](https://cdf.gsfc.nasa.gov/).

Python ≥ 3.6 is required.
This module uses only Numpy, no complicated prereqs.
Python >= 3.8 is required.
The core of this package uses only numpy, with no complicated compiler requirements.

## Install

To install, open up your terminal/command prompt, and type:
```sh
pip install cdflib
```
There are two different CDF classes: a cdf reader, and a cdf writer.

Currently, you cannot simultaneously read and write to the same file.
Future implementations, however, will unify these two classes.

## Documentation

Expand Down

0 comments on commit b65018f

Please sign in to comment.