We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6249b commit 4e31614Copy full SHA for 4e31614
.gitignore
@@ -146,3 +146,4 @@ cython_debug/
146
.DS_Store
147
148
/out
149
+/wheelhouse/
README.md
@@ -46,10 +46,7 @@ pip install git+https://github.com/bigcat88/pillow_heif.git
46
brew install libffi libheif
47
pip3 install git+https://github.com/bigcat88/pillow_heif.git
48
```
49
-If on macOS it fails with installing from source, just try second time(helps me on M1 with Monterey):
50
-```
51
-pip3 install git+https://github.com/bigcat88/pillow_heif.git
52
+
53
54
##### Windows
55
With Visual Studio 2015+ C Compiler and SDK installed:
0 commit comments