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 2
2
set -o errexit -o nounset -o pipefail
3
3
cd " ` dirname $0 ` /.."
4
4
5
- sudo easy_install-3.8 pip
6
- pip install virtualenv --user
7
- python3 -m virtualenv venv
5
+
6
+ python3.12 -m venv venv
8
7
source venv/bin/activate
9
8
10
- # https://github.com/googlefonts/gftools/issues/121
9
+ # # https://github.com/googlefonts/gftools/issues/121
11
10
brew install pkg-config
12
11
brew 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"
15
14
pip install pycairo
16
- pip install git+https://github.com/googlefonts/ gftools
15
+ pip install gftools
17
16
18
17
pip install fontmake
19
18
brew install ttfautohint
You can’t perform that action at this time.
0 commit comments