Skip to content

Commit 472136a

Browse files
authored
[skip ci] Update README.md
1 parent 43af996 commit 472136a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,21 @@ Adding support for vendor formats is planned for v1.0.
4747
$ python3 -m pip fileformats
4848
```
4949

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

5353
```console
5454
$ python3 -m pip install fileformats-extras
5555
```
5656

57+
Extension packages exist for for formats not covered by [IANA MIME types] (e.g. NIfTI, R-files, MATLAB files)
58+
and can be installed along with their "extras" package similarly
59+
60+
```console
61+
$ python3 -m pip install fileformats-medimage fileformats-medimage-extras fileformats-datascience fileformats-datascience-extras
62+
```
63+
64+
5765
## Examples
5866

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

0 commit comments

Comments
 (0)