From b7c6b2ad280c482f058cf49591497bbb4afc34da Mon Sep 17 00:00:00 2001 From: "Rysh.aal" <33023924+ryshaal@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:23:22 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 14fac35..876ce55 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ This repository contains a Python script for extracting .mtz files, specifically This script requires Python 3.x to run. Ensure you have the necessary Python version installed on your system. +## 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: + +```bash +pip install psutil +``` + ## Usage 1. **Clone the repository:**