Files
2026-07-13 13:16:24 +08:00

6 lines
142 B
Python

import subprocess
import sys
import ensurepip
ensurepip.bootstrap()
subprocess.check_call([sys.executable, "-m", "pip", "install", "Pillow"])