Update install.py

Signed-off-by: ZZ <zzgigi2003@163.com>
pull/89/head
ZZ 2023-05-11 15:29:23 +00:00 committed by GitHub
parent 1139764bf7
commit 0b28b24200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ import launch
if not launch.is_installed("imageio"):
launch.run_pip("install imageio", "requirements 0 for Infinite-Zoom")
if not launch.is_installed("imageio-ffmpeg"):
if not launch.is_installed("imageio_ffmpeg"):
launch.run_pip("install imageio-ffmpeg", "requirements 1 for Infinite-Zoom")