Browse Source

add qttools5-dev-tools to requirements for building locale (needed by qml translations)

Sander van Grieken 3 years ago
parent
commit
e58a61a135
  1. 2
      README.md

2
README.md

@ -99,7 +99,7 @@ $ python3 -m pip install --user -e .
Create translations (optional):
```
$ sudo apt-get install python-requests gettext
$ sudo apt-get install python-requests gettext qttools5-dev-tools
$ ./contrib/pull_locale
```

Loading…
Cancel
Save