From fc4d4421881e91a4dbddd7fab619c2579f8c5dc9 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 22 Jan 2018 23:38:53 -0800 Subject: [PATCH] add "install dependencies" into Installation section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cea52de..a9951f0 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ pip install ffmpeg-python It's also possible to clone the source and put it on your python path (`$PYTHONPATH`, `sys.path`, etc.): ```bash $ git clone git@github.com:kkroening/ffmpeg-python.git +$ pip install ffmpeg-python $ export PYTHONPATH=${PYTHONPATH}:ffmpeg-python $ python >>> import ffmpeg