Update README.md

This commit is contained in:
Karl Kroening 2017-11-03 21:12:11 -07:00 committed by GitHub
parent a243609453
commit 84849ea814
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,9 +86,9 @@ pip install ffmpeg-python
It's also possible to clone the source and put it on your python path (`$PYTHONPATH`, `sys.path`, etc.): It's also possible to clone the source and put it on your python path (`$PYTHONPATH`, `sys.path`, etc.):
``` ```
> git clone git@github.com:kkroening/ffmpeg-python.git $ git clone git@github.com:kkroening/ffmpeg-python.git
> export PYTHONPATH=${PYTHONPATH}:ffmpeg-python $ export PYTHONPATH=${PYTHONPATH}:ffmpeg-python
> python $ python
>>> import ffmpeg >>> import ffmpeg
``` ```
@ -98,8 +98,8 @@ API documentation is automatically generated from python docstrings and hosted o
Alternatively, standard python help is available, such as at the python REPL prompt as follows: Alternatively, standard python help is available, such as at the python REPL prompt as follows:
``` ```
import ffmpeg >>> import ffmpeg
help(ffmpeg) >>> help(ffmpeg)
``` ```
## Custom Filters ## Custom Filters
@ -140,3 +140,4 @@ Pull requests are welcome as well.
- [FFmpeg Homepage](https://ffmpeg.org/) - [FFmpeg Homepage](https://ffmpeg.org/)
- [FFmpeg Documentation](https://ffmpeg.org/ffmpeg.html) - [FFmpeg Documentation](https://ffmpeg.org/ffmpeg.html)
- [FFmpeg Filters Documentation](https://ffmpeg.org/ffmpeg-filters.html) - [FFmpeg Filters Documentation](https://ffmpeg.org/ffmpeg-filters.html)
- [Matrix Chat: #ffmpeg-python:matrix.org](https://riot.im/app/#/room/#ffmpeg-python:matrix.org)