Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin authored Nov 5, 2023
1 parent 8dd93af commit ce2529f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion orangepi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ Install websocket module

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

``pip3 install PyGObject``

```
sudo apt-get install -y libcairo-dev
pip3 install PyGObject
```

## Running things

Expand Down

0 comments on commit ce2529f

Please sign in to comment.