Skip to content

Commit fc7284e

Browse files
committed
Amend Readme
1 parent 6051283 commit fc7284e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3232
Installation
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".

0 commit comments

Comments
 (0)