From 33c2072b673895fb595c8ab96cfb1eceb0a8f80f Mon Sep 17 00:00:00 2001 From: ivanholmes Date: Sun, 27 Dec 2015 21:54:16 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c0c0f2b..cd0552a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # renamefonts Python script to rename font with TTX. Works on *nixes, maybe Windows as well. +Only actually tested on OS X. + +Depends on FontTools/TTX, so: +OS X: +brew install fonttools + +Debian-style Linux: +apt-get install fonttools