aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md11
1 files changed, 11 insertions, 0 deletions
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