Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README-pt_BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ No GNU/Linus, você precisa instalar PyGObject e outras dependências.

Ubuntu/Debian/Raspberry Pi OS:
```bash
sudo apt-get install python-gst-1.0 \
gir1.2-gstreamer-1.0 \
sudo apt-get install python-gst-1.0 \
gir1.2-gstreamer-1.0 \
gstreamer1.0-tools \
gir1.2-gst-plugins-base-1.0
gir1.2-gst-plugins-base-1.0 \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly
gstreamer1.0-plugins-ugly
```

Redhat/Centos/Fedora:
```bash
sudo yum install -y python-gstreamer1 \
sudo yum install -y python-gstreamer1 \
gstreamer1-plugins-good \
gstreamer1-plugins-ugly
```
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ In Linux, you need to install PyGObject and others dependencies.

Ubuntu/Debian/Raspberry Pi OS:
```bash
sudo apt-get install python-gst-1.0 \
gir1.2-gstreamer-1.0 \
sudo apt-get install python3-gst-1.0 \
gir1.2-gstreamer-1.0 \
gstreamer1.0-tools \
gir1.2-gst-plugins-base-1.0
gir1.2-gst-plugins-base-1.0 \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly
gstreamer1.0-plugins-ugly
```

Redhat/Centos/Fedora:
```bash
sudo yum install -y python-gstreamer1 \
sudo yum install -y python-gstreamer1 \
gstreamer1-plugins-good \
gstreamer1-plugins-ugly
```
Expand Down