mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 12:48:09 +08:00
Merge fc4d4421881e91a4dbddd7fab619c2579f8c5dc9 into 19f316e9c5c500e2dc28d1dc78fdf595de7bd20d
This commit is contained in:
commit
f7aed35e56
@ -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