You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ font-line is a libre, open source command line tool for OpenType vertical metric
26
26
27
27
## Install
28
28
29
-
font-line is built with Python and is tested with Python 3.6+ interpreters. You can verify your installed Python version on the command line with the command:
29
+
font-line is built with Python and supports Python 3.7+ interpreters. Check your installed Python version on the command line with the command:
30
30
31
31
```
32
32
$ python3 --version
@@ -166,7 +166,7 @@ Unix/Linux/OS X users can write this report to a file with the `>` command line
166
166
$ font-line report TheFont.ttf > font-report.txt
167
167
```
168
168
169
-
You can modify the `font-report.txt` file path above to the file path string of your choice.
169
+
Modify the `font-report.txt` file path above to the file path string of your choice.
0 commit comments