diff --git a/docs/installation.md b/docs/installation.md index 284d4a62..3e69dc5c 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,7 +7,8 @@ layout: page ## Downloading -Clone Solaar from GitHub by `git clone https://github.com/pwr-Solaar/Solaar.git` +Clone Solaar from GitHub by `git clone --recurse-submodules https://github.com/pwr-Solaar/Solaar.git` +Solaar has a submodule, so make sure that the submodule is cloned. ## Requirements for Solaar @@ -32,9 +33,6 @@ in Fedora you need `gtk3` and `python3-gobject`. You may have to install `gcc` and the Python development package (`python3-dev` or `python3-devel`, depending on your distribution). -Solaar also uses the hidtools library from the Python hid-tools project. -To install this library use `pip install --user hid-tools`. - If you are running a version of Python different from the system version, you may need to use pip to install projects that provide the above Python packages.