File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Supported input formats:
2727 (``*.ttx ``)
2828- WOFF 1.0/2.0 (``*.woff ``, ``*.woff2 ``)
2929- PostScript Type1 fonts (``*.pfa ``, ``*.pfb ``, etc.)
30- - FontLab files (``*.vfb ``)
30+ - FontLab files (``*.vfb ``, when installed with optional dependency "vfb" )
3131
3232Installation
3333------------
@@ -38,6 +38,12 @@ You can install ``extractor`` with ``pip``:
3838
3939 $ pip install ufo-extractor
4040
41+ To install with support for extracting from vfb files:
42+
43+ .. code ::
44+
45+ $ pip install ufo-extractor[vfb]
46+
4147 Note that, for historical reasons, the package is listed on the
4248`Python Package Index <https://travis-ci.org/typesupply/extractor >`__ under the name
4349``ufo-extractor ``, to disambiguate it from another package also called "extractor".
You can’t perform that action at this time.
0 commit comments