From 69706b27404f48c1986cf46e7f057b2226b79041 Mon Sep 17 00:00:00 2001 From: "Rysh.aal" <33023924+ryshaal@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:24:37 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 876ce55..1a7f04b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This script requires Python 3.x to run. Ensure you have the necessary Python ver ## Install Dependencies -Proyek ini menggunakan modul-modul built-in Python, namun ada satu modul tambahan `psutil` yang perlu diinstal. Jalankan perintah berikut untuk menginstal dependensi: +This project uses Python's built-in modules, but there is one additional `psutil` module that needs to be installed. Run the following command to install dependencies: ```bash pip install psutil