Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryshaal authored Nov 11, 2024
1 parent 35d5fae commit b7c6b2a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit b7c6b2a

Please sign in to comment.