mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Add Pillow as a build dependence
Now images are loaded correctly in the Windows build
This commit is contained in:
parent
d0dcda1017
commit
57351e808b
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ install:
|
|||
- python3 -mpip install random2
|
||||
- python3 -mpip install py2exe
|
||||
- python3 -mpip install six
|
||||
- python3 -mpip install Pillow
|
||||
- perl -v
|
||||
- copy C:\msys64\mingw64\bin\mingw32-make.exe C:\msys64\mingw64\bin\make.exe
|
||||
- SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH%
|
||||
|
|
Loading…
Add table
Reference in a new issue