check requirement
parent
4ec7271c49
commit
787777a932
|
|
@ -0,0 +1,5 @@
|
|||
import launch
|
||||
|
||||
if not launch.is_installed("imageio"):
|
||||
if not launch.is_installed("imageio.plugins.ffmpeg"):
|
||||
launch.run_pip("install imageio[ffmpeg]", "requirements for Infinite-Zoom")
|
||||
|
|
@ -127,3 +127,5 @@ dmypy.json
|
|||
|
||||
# Pyre type checker
|
||||
.pyre/
|
||||
.vscode/settings.json
|
||||
.DS_Store
|
||||
|
|
|
|||
Loading…
Reference in New Issue