Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin committed Apr 9, 2024
1 parent b9c4492 commit 011d0f5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions orangepi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,21 @@ Install some required lib

``sudo apt-get install -y libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio gstreamer1.0-nice gstreamer1.0-plugins-base-apps``


For newer Debian bookworm (ie: newer) versions, either run this or use a virtual environment
```
sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED
```

Install websocket module

``pip3 install websockets``

You may also need to install PyGObject, such as if running Ubuntu


```
sudo apt-get install -y libcairo-dev
sudo rm /usr/lib/python3.11/EXTERNALLY-MANAGED # For newer Debian versions, either run this or use a virtual environment
pip3 install PyGObject
```

Expand Down

0 comments on commit 011d0f5

Please sign in to comment.