We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca89c4 commit cabee8cCopy full SHA for cabee8c
orangepi/README.md
@@ -41,8 +41,10 @@ pip3 install websockets cryptography
41
42
# Install PyGObject dependencies (may be needed for Ubuntu)
43
sudo apt-get install -y libcairo-dev
44
-sudo apt-get install -y python3-dev cmake meson libgirepository1.0-dev
45
-pip3 install PyGObject
+sudo apt-get install -y python3-dev cmake libgirepository1.0-dev
+
46
+# Use system-provided PyGObject instead of pip version
47
+sudo apt-get install -y python3-gi python3-gi-cairo
48
49
# Clone Raspberry Ninja repository
50
cd ~
0 commit comments