install.py 249 B

1234567
  1. import launch
  2. if not launch.is_installed("tablestore"):
  3. launch.run_pip("install tablestore", "requirements for sd-storage-plugin")
  4. if not launch.is_installed("oss2"):
  5. launch.run_pip("install oss2", "requirements for sd-storage-plugin")