sd-webui-auto-tweet/install.py

5 lines
100 B
Python

import launch
if not launch.is_installed("tweepy"):
launch.run_pip("install tweepy", "tweepy")