1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Fix pygame dependency

see https://github.com/shlomif/PySolFC/issues/86
This commit is contained in:
Roderik Ploszek 2018-07-23 10:57:26 +02:00
parent 5edc9c83ee
commit 1bfc960a97

View file

@ -14,7 +14,7 @@ install:
- python3 -mpip install pycotap
- python3 -mpip install six
- python3 -mpip install Pillow
- python3 -mpip install pygame
- python3 -mpip install pygame==1.9.3
- 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%