mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-04-18 11:49:48 +08:00
10 lines
286 B
PowerShell
Executable File
10 lines
286 B
PowerShell
Executable File
# Install required packages
|
|
pip install pyinstaller
|
|
pip install -e ".[cli]"
|
|
|
|
# Create PyInstaller spec file with specified data collections
|
|
# pyi-makespec --collect-data=gradio_client --collect-data=gradio rembg.py
|
|
|
|
# Run PyInstaller with the generated spec file
|
|
pyinstaller rembg.spec
|