mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 12:48:09 +08:00
add "install dependencies" into Installation section
This commit is contained in:
parent
19f316e9c5
commit
fc4d442188
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user