diff options
| author | Pathum Egodawatta | 2015-11-02 00:15:45 +0000 |
|---|---|---|
| committer | Adrien Tétar | 2015-11-02 10:33:46 +0100 |
| commit | 1005fb3c733c370323a044490a68080e8f9440c8 (patch) | |
| tree | dc87fd58ea45ef67f6a4fa8d48833535b7d29fbd | |
| parent | 93a75dd640d235b3248c0bd5b190f00499ff7078 (diff) | |
| download | trufont-1005fb3c733c370323a044490a68080e8f9440c8.tar.bz2 | |
Update INSTALL.md
| -rw-r--r-- | INSTALL.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
