install: add depdendency on typing_extensions
This commit is contained in:
parent
178ef1eab9
commit
e699209370
|
@ -23,6 +23,7 @@ The `udev` package must be installed and its daemon running.
|
|||
Solaar requires Python 3.7+ and requires several packages to be installed.
|
||||
If you are running the system version of Python you should have the
|
||||
`python3-pyudev`, `python3-psutil`, `python3-xlib`, `python3-evdev`,
|
||||
`python3-typing-extensions`,
|
||||
and `python3-yaml` or `python3-pyyaml` packages installed.
|
||||
|
||||
To run the GUI Solaar also requires Gtk3 and its GObject introspection bindings.
|
||||
|
|
Loading…
Reference in New Issue