Skip to content

Commit 940d38b

Browse files
committed
Update README.md
1 parent 9ca9279 commit 940d38b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ Lightweight Windows taskbar network monitor (upload/download speeds)
55
## Requirements
66
- Python 3.7+
77
- Windows 10/11
8-
- `requirements.txt`:
9-
```
10-
psutil==5.9.5
11-
pywin32==306
12-
pyinstaller==6.2.0 # (optional for building)
13-
```
148

159
## Installation
1610

@@ -38,7 +32,8 @@ Lightweight Windows taskbar network monitor (upload/download speeds)
3832
```bash
3933
pyinstaller --onefile --windowed --noconsole --clean --upx-exclude=vcruntime140.dll --add-data "speedmeter.ico;." SpeedMeterApp.py
4034
```
41-
3. Find executable in `dist/` folder
35+
3. Find executable and `install.bat` in `dist/` folder
36+
4. Double click on `install.bat`
4237

4338
### Option 3: Download Speed Meter Setup file
4439
1. Download the installer setup file from release page.

0 commit comments

Comments
 (0)