From 411b0a14ffdd7999e1984bfa53de966e3a2ac81a Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Mon, 3 Jun 2019 02:43:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c146c7e..9f28f40 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ When in doubt, refer to the [existing filters](https://github.com/kkroening/ffmp ## Frequently asked questions -**Why do I get an import/attribute/etc error from `import ffmpeg`?* +**Why do I get an import/attribute/etc error from `import ffmpeg`?** Make sure you ran `pip install ffmpeg-python` and not `pip install ffmpeg` or `pip install python-ffmpeg`.