From 75e66a4a737812931a79d8d825cbd3992e02c6b8 Mon Sep 17 00:00:00 2001 From: Doug Felt Date: Mon, 30 Oct 2017 09:27:43 -0700 Subject: [PATCH] Update readme with note about Python 2 and wide builds. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index edc6fdb51..d031abe64 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ Color and Black-and-White Noto emoji fonts, and tools for working with them. ## Building NotoColorEmoji -Building NotoColorEmoji requires a few files from nototools. Clone a copy from +Building NotoColorEmoji currently requires a Python 2.x wide build. To build +the emoji font you will require a few files from nototools. Clone a copy from https://github.com/googlei18n/nototools and either put it in your PYTHONPATH or use 'python setup.py develop' ('install' currently won't fully install all the data used by nototools). You will also need fontTools, get it from