Skip to content

Commit

Permalink
[skip ci] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose authored Sep 7, 2024
1 parent 43af996 commit 472136a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,21 @@ Adding support for vendor formats is planned for v1.0.
$ python3 -m pip fileformats
```

Support for converter methods between a few select formats can be installed by
passing the 'extras' package, e.g
Implementations of methods and converters between select formats that require
external dependencies require the installation of the corresponding "extras" package e.g

```console
$ python3 -m pip install fileformats-extras
```

Extension packages exist for for formats not covered by [IANA MIME types] (e.g. NIfTI, R-files, MATLAB files)
and can be installed along with their "extras" package similarly

```console
$ python3 -m pip install fileformats-medimage fileformats-medimage-extras fileformats-datascience fileformats-datascience-extras
```


## Examples

Using the `WithMagicNumber` mixin class, the `Png` format can be defined concisely as
Expand Down

0 comments on commit 472136a

Please sign in to comment.