bootstrap 561 B

1234567891011121314151617181920
  1. #! /bin/bash -ex
  2. sudo easy_install-3.7 pip
  3. pip install virtualenv --user
  4. python3 -m virtualenv venv
  5. source venv/bin/activate
  6. # https://github.com/googlefonts/gftools/issues/121
  7. brew install pkg-config
  8. pip install -U Pillow==5.4.1 idna==2.8 requests==2.21.0 urllib3==1.24.1
  9. export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
  10. pip install pycairo
  11. pip install git+https://github.com/googlefonts/gftools
  12. pip install fontmake
  13. brew install ttfautohint
  14. brew install woff2
  15. brew tap bramstein/webfonttools
  16. brew install sfnt2woff-zopfli
  17. pip install fontbakery