File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff 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
44391 . Download the installer setup file from release page.
You can’t perform that action at this time.
0 commit comments