Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small typo for ffmpeg #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Install from pypi or conda-forge

In order to save animations as mp4/m4v/mov/etc... files, you must [install ffmpeg][0], which allows for conversion to many different formats of video and audio. For macOS users, installation may be [easier using Homebrew][2].

After installation, ensure that `ffmpeg` has been added to your path by going to your command line and entering `ffmepg -version`.
After installation, ensure that `ffmpeg` has been added to your path by going to your command line and entering `ffmpeg -version`.

## Install ImageMagick for animated gifs

Expand All @@ -21,4 +21,4 @@ Bar Chart Race requires that you have both matplotlib and pandas installed.

[0]: https://www.ffmpeg.org/download.html
[1]: https://imagemagick.org/
[2]: https://trac.ffmpeg.org/wiki/CompilationGuide/macOS#ffmpegthroughHomebrew
[2]: https://trac.ffmpeg.org/wiki/CompilationGuide/macOS#ffmpegthroughHomebrew