googlefonts / pyfontaine

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

Installation on Linux systems #113

Closed dgilge closed 3 years ago

dgilge commented 4 years ago

I was wondering why there is an installation guide for macOS only. So, here is how I managed to install pyfontaine on Debian:

apt-get install libicu-dev (pkg-config is a build dependency and doesn't have to be installed separately)

pip install fontaine (or actually poetry add fontaine)

If someone could confirm that this is correct it would be nice to add this to the readme or I could open a PR.

davelab6 commented 3 years ago

@dgilge its because if you know how to be a Debian user, you probably know how to figure out how to install it. But its a fine suggestion, so I'll add that now.