From f22ddf4ef43a799508cd6f0cf367704b8d8f930b Mon Sep 17 00:00:00 2001 From: ParrotXray <87219725+ParrotXray@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:24:15 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f6e580..1ee9869 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ To run the Performance Monitor, you need to have the following Python libraries - `pynvml` for NVIDIA GPU monitoring. Install these dependencies using pip: -``` -pip install psutil openpyxl pynvml +```sh= +pip install -r requirements.txt ``` ## Installation @@ -32,7 +32,7 @@ Clone the repository or download the `PerformanceMonitor.py` script to your loca ``` python PerformanceMonitor.py ``` -Replace `` with the command you wish to monitor (e.g., `python your_script.py`). +Replace `` with the command you wish to monitor (e.g., `python your_script.py` or `55899`). ## Output The script will create an Excel file named `Performance.xlsx` in the same directory, containing the performance metrics logged during the monitoring period.