From f9132dd564948d5d305aca350a71713738396080 Mon Sep 17 00:00:00 2001 From: Till Tomczak <96786986+tilltmk@users.noreply.github.com> Date: Fri, 3 May 2024 19:25:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 843b965..188dc01 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ pip install customtkinter keyboard clipboard pygetwindow pyscreenshot markdown2 ## Installation + ### Installation on Linux 1. Clone the repository or download the source code: @@ -73,6 +74,7 @@ python ActivityMonitor.py #### Installation of required packages on Linux + ##### Debian/Ubuntu ```bash @@ -106,6 +108,7 @@ sudo pip3 install -r requirements.txt ``` + ### Installation of required packages on Windows 🖥️ 1. Clone the repository to your local machine. You can do this by running the following command in your Git Bash: @@ -134,6 +137,7 @@ Replace `` with the path to the directory containing the script. > Note: The exact steps may vary depending on your specific hardware and operating system. For specific questions or issues, we recommend consulting the official Python and library documentation or seeking help from online communities. + ## Configuration 🔧 Automated Documentation comes ready to use with default settings, but you can adjust the configurations to better meet your specific needs.