From ba3d58516233ed1bfd65c6c273ab88b5b4382a04 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Sat, 2 Jun 2018 12:03:11 +0100 Subject: [PATCH] FONT_TO_PY.md Improve installation instructions. --- FONT_TO_PY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/FONT_TO_PY.md b/FONT_TO_PY.md index 824b9d6..339a053 100644 --- a/FONT_TO_PY.md +++ b/FONT_TO_PY.md @@ -2,6 +2,16 @@ Convert a font file to Python source code. +# Dependency + +The utility requires `freetype` which may be installed using `pip3`. On Linux +at a root prompt: + +```shell +# apt-get install python3-pip +# pip3 install freetype-py +``` + # Usage ``font_to_py.py`` is a command line utility written in Python 3. It is run on a