You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,33 +104,31 @@ The Python3 package does not contain any infrastructure to run `smartmeter-datac
104
104
105
105
### Python Requirements
106
106
107
-
* Python >= 3.8 (tested with 3.9)
107
+
* Python >= 3.10 (tested with 3.11)
108
108
109
109
### Installation
110
110
111
-
Install the package either as global Python package or in a virtualenv with
111
+
Install the package in a virtualenv manually or via using [pipx](https://github.com/pypa/pipx)
112
112
113
113
```bash
114
-
python3 -m pip install smartmeter-datacollector
114
+
pipx install smartmeter-datacollector
115
115
```
116
116
117
117
Similarly the [`smartmeter-datacollector-configurator`](https://github.com/scs/smartmeter-datacollector-configurator) web interface can be installed with
`smartmeter-datacollector` is also available as a Debian (`.deb`) package from the [releases](https://github.com/scs/smartmeter-datacollector/releases) which installs the application bundled with its Python dependencies system wide. The Debian package includes a systemd service file which enables `smartmeter-datacollector` to automatically start after booting the system.
125
+
`smartmeter-datacollector` is also available as a Debian (`.deb`) package from the [releases](https://github.com/scs/smartmeter-datacollector/releases) which installs the application bundled with its Python dependencies in a zipapp / `.pyz` file. The Debian package includes a systemd service file which enables `smartmeter-datacollector` to automatically start after booting the system.
126
126
127
127
### Requirements
128
128
129
129
* Distribution: Debian based (like Debian, Ubuntu, ..)
130
-
* Release: Bullseye
131
-
* CPU architecture
132
-
* amd64
133
-
* armhf
130
+
* Release: bookworm/12 (trixie/13)
131
+
* CPU architecture: independent
134
132
135
133
### Installation
136
134
@@ -198,7 +196,7 @@ Help from the community for the `smartmeter-datacollector` project is always wel
0 commit comments