8000 Update README.md · sdk21/ffmpeg-python@84849ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 84849ea

Browse files
authored
Update README.md
1 parent a243609 commit 84849ea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ pip install ffmpeg-python
8686

8787
It's also possible to clone the source and put it on your python path (`$PYTHONPATH`, `sys.path`, etc.):
8888
```
89-
> git clone git@github.com:kkroening/ffmpeg-python.git
90-
> export PYTHONPATH=${PYTHONPATH}:ffmpeg-python
91-
> python
89+
$ git clone git@github.com:kkroening/ffmpeg-python.git
90+
$ export PYTHONPATH=${PYTHONPATH}:ffmpeg-python
91+
$ python
9292
>>> import ffmpeg
9393
```
9494

@@ -98,8 +98,8 @@ API documentation is automatically generated from python docstrings and hosted o
9898

9999
Alternatively, standard python help is available, such as at the python REPL prompt as follows:
100100
```
101-
import ffmpeg
102-
help(ffmpeg)
101+
>>> import ffmpeg
102+
>>> help(ffmpeg)
103103
```
104104

105105
## Custom Filters
@@ -140,3 +140,4 @@ Pull requests are welcome as well.
140140
- [FFmpeg Homepage](https://ffmpeg.org/)
141141
- [FFmpeg Documentation](https://ffmpeg.org/ffmpeg.html)
142142
- [FFmpeg Filters Documentation](https://ffmpeg.org/ffmpeg-filters.html)
143+
- [Matrix Chat: #ffmpeg-python:matrix.org](https://riot.im/app/#/room/#ffmpeg-python:matrix.org)

0 commit comments

Comments
 (0)
0