mirror of
https://github.com/microsoft/TRELLIS.2
synced 2026-04-25 17:15:37 +02:00
6 lines
142 B
Python
Executable File
6 lines
142 B
Python
Executable File
import subprocess
|
|
import sys
|
|
import ensurepip
|
|
|
|
ensurepip.bootstrap()
|
|
subprocess.check_call([sys.executable, "-m", "pip", "install", "Pillow"]) |