Update README.md

This commit is contained in:
Roger Filomeno 2025-01-23 11:56:18 +08:00 committed by GitHub
parent d09668bde9
commit cbddcc9fd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,12 @@ Monitor bandwidth usage, per process!
'crystalwire' is a simple command-line tool that provides real-time monitoring of network bandwidth usage for each running process. It uses the `psutil` library to gather system information and displays the results in a user-friendly format.
### Installation
To install 'crystalwire', you can use pip:
``cmd
``
pip install -r requirements.txt
``
### Usage
Once installed, you can run 'crystalwire' from the command line:
``cmd
``
python -m crystalwire.main
``