File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 22set -o errexit -o nounset -o pipefail
33cd " ` dirname $0 ` /.."
44
5- sudo easy_install-3.8 pip
6- pip install virtualenv --user
7- python3 -m virtualenv venv
5+ 6+ python3.12 -m venv venv
87source venv/bin/activate
98
10- # https://github.com/googlefonts/gftools/issues/121
9+ # # https://github.com/googlefonts/gftools/issues/121
1110brew install pkg-config
1211brew install zlib
13- pip install -U Pillow==5.4 .1 idna==2.8 requests==2.21.0 urllib3==1.24.1
14- export PKG_CONFIG_PATH=" /usr/local /opt/libffi/lib/pkgconfig"
12+ pip install -U Pillow==8.0 .1 idna==2.8 requests==2.21.0 urllib3==1.24.1
13+ export PKG_CONFIG_PATH=" /opt/homebrew /opt/libffi/lib/pkgconfig"
1514pip install pycairo
16- pip install git+https://github.com/googlefonts/ gftools
15+ pip install gftools
1716
1817pip install fontmake
1918brew install ttfautohint
You can’t perform that action at this time.
0 commit comments