Merge fc4d4421881e91a4dbddd7fab619c2579f8c5dc9 into 19f316e9c5c500e2dc28d1dc78fdf595de7bd20d

This commit is contained in:
John Mitchell 2018-01-23 07:41:22 +00:00 committed by GitHub
commit f7aed35e56

View File

@ -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