Removed PyQt dev tools from requirements in the README.md
This commit is contained in:
parent
453e1b75b8
commit
1fefc76dd7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ To install Wobuzz, you firstly have to install the dependencies that can't be in
|
|||
This can be done using:
|
||||
|
||||
``` bash
|
||||
sudo apt install pyqt6-dev-tools xcb libxcb-cursor0 ffmpeg
|
||||
sudo apt install xcb libxcb-cursor0 ffmpeg
|
||||
```
|
||||
|
||||
Now you can just clone the repo and let pip install it.
|
||||
|
|
Loading…
Add table
Reference in a new issue