File: README.md

package info (click to toggle)
plover 4.0.0~dev10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,644 kB
  • sloc: python: 17,030; sh: 664; ansic: 25; makefile: 19
file content (13 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Linux Development

## Environment setup

To be able to setup a complete development environment, you'll need to manually
install some system libraries (including the development version of your
distribution corresponding packages):
- [`hidapi` package](https://pypi.org/project/hidapi/) (Treal support) needs
  `libusb` (1.0) and `libudev`.
- [`dbus-python` package](https://pypi.org/project/dbus-python/) (log /
  notifications support) needs `libdbus`.

For the rest of the steps, follow the [developer guide](../doc/developer_guide.md).