10 lines
340 B
Python
10 lines
340 B
Python
import launch
|
|
import sys
|
|
launch.run(f'git pull', f"updating auto-photoshop plugin",
|
|
f"Couldn't update auto-photoshop plugin")
|
|
|
|
|
|
print("Auto-Photoshop-SD plugin is installing")
|
|
if not launch.is_installed("duckduckgo_search"):
|
|
launch.run_pip("install duckduckgo_search==2.8.0", "requirements for Auto-Photoshop Image Search")
|
|
|