Skip to content

Commit

Permalink
Amend Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed Sep 16, 2024
1 parent 6051283 commit fc7284e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Supported input formats:
(``*.ttx``)
- WOFF 1.0/2.0 (``*.woff``, ``*.woff2``)
- PostScript Type1 fonts (``*.pfa``, ``*.pfb``, etc.)
- FontLab files (``*.vfb``)
- FontLab files (``*.vfb``, when installed with optional dependency "vfb")

Installation
------------
Expand All @@ -38,6 +38,12 @@ You can install ``extractor`` with ``pip``:
$ pip install ufo-extractor
To install with support for extracting from vfb files:

.. code::
$ pip install ufo-extractor[vfb]
Note that, for historical reasons, the package is listed on the
`Python Package Index <https://travis-ci.org/typesupply/extractor>`__ under the name
``ufo-extractor``, to disambiguate it from another package also called "extractor".
Expand Down

0 comments on commit fc7284e

Please sign in to comment.