From 9b10f4aadf712344c40951d96cf1dee3f4288dc6 Mon Sep 17 00:00:00 2001 From: spacewaterbear <38250076+spacewaterbear@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:13:19 +0100 Subject: [PATCH] Update install.rst Add details on dependencies installation in ubuntu --- docs/install.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 846a936..06aed2c 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -47,4 +47,9 @@ On Linux, additionally you need to install the ``scrot`` application, as well as ``sudo apt-get install python3-dev`` + /!\ If you are using a different version of python than your default', please adapt the command line accordingly. For example, if you want to use python 3.11, use the following command line + + ``sudo apt-get install python3.11-dev`` + + PyAutoGUI install the modules it depends on, including PyTweening, PyScreeze, PyGetWindow, PymsgBox, and MouseInfo.