Skip to content

Instantly share code, notes, and snippets.

@Starrysparklez
Last active March 28, 2024 09:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Starrysparklez/f492e4b2514487273f1346c674c3f7d8 to your computer and use it in GitHub Desktop.
Save Starrysparklez/f492e4b2514487273f1346c674c3f7d8 to your computer and use it in GitHub Desktop.
Install Python Imaging Library (PIL) on Termux
apt update && apt upgrade -y
apt install python make wget termux-exec clang libjpeg-turbo freetype -y
env INCLUDE="$PREFIX/include" LDFLAGS=" -lm" pip install Pillow
@cvzxeov
Copy link

cvzxeov commented Jan 30, 2021

thank you very much.

@hcycycuf
Copy link

спс

@songzhi909
Copy link

thank you

@eatmaes
Copy link

eatmaes commented Feb 8, 2023

thank you!!!

@gregorycode-hash
Copy link

Thank you

@localsys
Copy link

thx bro it worked

@TejasIsCool
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment