googlefonts / pyfontaine

Python tool to check font files for language/character set support
https://github.com/googlefonts/pyfontaine
GNU General Public License v3.0
103 stars 22 forks source link

Update README.rst installation info #127

Closed davelab6 closed 3 years ago

davelab6 commented 3 years ago

This resolved the issues I found with the previous instructions, but I still didn't get a pyfontaine executable in my PATH as expected.

However, the module is available

% python3
Python 3.9.5 (default, May  4 2021, 03:36:27) 
[Clang 12.0.0 (clang-1200.0.32.29)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import fontaine
>>> 

Fixes #125 and #109 and #113