Skip to content

Commit cabee8c

Browse files
authored
Update README.md
1 parent bca89c4 commit cabee8c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

orangepi/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ pip3 install websockets cryptography
4141

4242
# Install PyGObject dependencies (may be needed for Ubuntu)
4343
sudo apt-get install -y libcairo-dev
44-
sudo apt-get install -y python3-dev cmake meson libgirepository1.0-dev
45-
pip3 install PyGObject
44+
sudo apt-get install -y python3-dev cmake libgirepository1.0-dev
45+
46+
# Use system-provided PyGObject instead of pip version
47+
sudo apt-get install -y python3-gi python3-gi-cairo
4648

4749
# Clone Raspberry Ninja repository
4850
cd ~

0 commit comments

Comments
 (0)