We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1692087 commit 86e1aa0Copy full SHA for 86e1aa0
1 file changed
README.md
@@ -35,7 +35,6 @@ It runs in a terminal and uses matplotlib plots for graph modes.
35
36
## Installation
37
38
-Latest version 3.1.0 (03-2026)
39
40
**PyPI — pip or pipx**
41
@@ -50,8 +49,8 @@ pip install rpi-tempmon[graphs]
50
49
**Manually install from GitHub**
51
52
```sh
53
-curl -sL https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/3.1.0.tar.gz | tar xz
54
-cd raspberrypi_tempmon-3.1.0
+curl -sL https://github.com/gavinlyonsrepo/raspberrypi_tempmon/archive/3.1.1.tar.gz | tar xz
+cd raspberrypi_tempmon-3.1.1
55
pip install .
56
```
57
0 commit comments