Skip to content

Commit c65e265

Browse files
committed
[README.md] added Py3.6+ interpreter requirement to documentation
1 parent e7df418 commit c65e265

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## About
1010

11-
`dehinter` is a Python command line application that supports the removal of TrueType instruction sets and associated OpenType table data in font files. The tool provides cross-platform support on macOS, Windows, and Linux systems with a Python v3.5+ interpreter.
11+
`dehinter` is a Python command line application that removes TrueType instruction sets, global hinting tables, and other associated OpenType table data in font files. The tool provides cross-platform support on macOS, Windows, and Linux systems with a Python v3.6+ interpreter.
1212

1313
## What it does
1414

@@ -30,6 +30,8 @@ Options allow you to maintain the original version of any of these tables.
3030

3131
## Installation
3232

33+
`dehinter` requires a Python 3.6+ interpreter.
34+
3335
Installation in a [Python3 virtual environment](https://docs.python.org/3/library/venv.html) is recommended as dependencies are pinned to versions that are confirmed to work with this project.
3436

3537
Use any of the following installation approaches:

0 commit comments

Comments
 (0)