We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4196abe commit b53aa4dCopy full SHA for b53aa4d
1 file changed
README.md
@@ -36,14 +36,6 @@ python3 -m pip install -r prerequisites.txt
36
git clone --depth=1 https://github.com/CrownAlexanRaven/SystemMontiorPython.git
37
cd SystemMonitorPython
38
py3 -m pip install -r prerequisites.txt
39
-
40
-# OR
41
42
-curl -L -o main.zip https://github.com/CrownAlexanRaven/SystemMontiorPython/archive/refs/heads/main.zip
43
-Expand-Archive -Path main.zip -DestinationPath .\SystemMonitorPython
44
-del main.zip
45
-cd SystemMonitorPython
46
-py3 -m pip install -r prerequisites.txt
47
```
48
49
Run the index.py file to start it.
0 commit comments