From 56db8fbdf9a1e515912631abb30146bad863564f Mon Sep 17 00:00:00 2001 From: Bruno Mello Date: Mon, 23 Nov 2020 19:50:09 -0300 Subject: [PATCH] Update installation.md Fix spelling of python psutil package --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 7611584f..43f64412 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -30,7 +30,7 @@ in Fedora you need `gtk3` and `python3-gobject`; if you're using another distribution the required packages are most likely named something similar. The Solaar GUI also requires Python packages -`PyYAML` (>= 5.1), `python-xlib` (>= 0.27), `pynput` (>= 1.7.0), and `pustil` (>= 5.7.3). +`PyYAML` (>= 5.1), `python-xlib` (>= 0.27), `pynput` (>= 1.7.0), and `psutil` (>= 5.7.3). These are best installed using `pip` via `pip install --user ` if they are not already available. You may have to install the `gcc` and the Python development package (`python3-dev` or `python3-devel`,