add extension name

pull/24/head
udon-universe 2023-05-02 01:43:18 +09:00
parent 87c9ba2417
commit 7ef420e15c
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ for package in packages:
launch.run_pip(f'install {package}', desc=f'{package} for PBRemTools')
if not launch.is_installed("segment_anything"):
launch.run_pip("install git+https://github.com/facebookresearch/segment-anything.git", desc="segment_anything")
launch.run_pip("install git+https://github.com/facebookresearch/segment-anything.git", desc="segment_anything for PBRemTools")