From 549b3772cec4dfb63094aff2d78879957f7738e6 Mon Sep 17 00:00:00 2001 From: Brad Erickson Date: Sun, 14 May 2017 12:50:49 -0700 Subject: windows: Install regular fonttools Do not need the git version anymore. Fixes #55 --- windows/install.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/install.cmd b/windows/install.cmd index 20fc423..12f0adc 100644 --- a/windows/install.cmd +++ b/windows/install.cmd @@ -44,7 +44,7 @@ WHERE pip.exe /q || ( ECHO Ensuring the latest FontTools is installed. -pip.exe install --upgrade https://github.com/behdad/fonttools/archive/master.zip +pip.exe install --upgrade fonttools WHERE ttx /q || ( ECHO. -- cgit v1.2.3