Skip to content

Commit

Permalink
Merge pull request #42 from neggles/imageio-ffmpeg
Browse files Browse the repository at this point in the history
deps: add imageio-ffmpeg requirement to install.py
  • Loading branch information
yownas authored Mar 15, 2023
2 parents 1aaace6 + d48d866 commit ebc887b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

if not launch.is_installed("moviepy"):
launch.run_pip("install moviepy==1.0.3", "requirements for Seed Travel")

if not launch.is_installed("imageio-ffmpeg"):
launch.run_pip("install imageio-ffmpeg", "requirements for Seed Travel")

0 comments on commit ebc887b

Please sign in to comment.