ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.83k stars 160 forks source link

saving animations requires FFMPEG #20

Closed andrewheusser closed 7 years ago

andrewheusser commented 7 years ago

matplotlib depends on ffmpeg to save animations, but ffmpeg is annoying to install. other options?

jeremymanning commented 7 years ago

this is easy to install with homebrew (at least on macs):

brew install ffmpeg

(seems to work on my computer)

so we could add this to the readme and then close this issue...

jeremymanning commented 7 years ago

we could also add instructions for installing homebrew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

andrewheusser commented 7 years ago

done!