From 1005fb3c733c370323a044490a68080e8f9440c8 Mon Sep 17 00:00:00 2001 From: Pathum Egodawatta Date: Mon, 2 Nov 2015 00:15:45 +0000 Subject: Update INSTALL.md --- INSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 910648f..492c4de 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,6 +50,17 @@ In particular, https://github.com/trufont/defcon/tree/python3-ufo3 cd robofab ; sudo python3 setup.py install --record installed-files.txt ; +### ufo2fdk + +Learn more: https://github.com/typesupply/ufo2fdk + +In particular, https://github.com/trufont/ufo2fdk/tree/python3-ufo3 + + cd .. ; + git clone --depth=1 --branch=python3-ufo3 https://github.com/trufont/ufo2fdk ; + cd ufo2fdk ; + sudo python3 setup.py install --record installed-files.txt ; + ### PyInstaller Homepage: http://www.pyinstaller.org -- cgit v1.2.3