We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d27ab commit f7a32c5Copy full SHA for f7a32c5
1 file changed
README.md
@@ -59,6 +59,11 @@ Launch installscript to create zero export service
59
sudo chmod +x install.sh
60
sudo ./install.sh
61
```
62
+if you get an error like "error: externally-managed-environment" you´ll need to install the requirements manually with the following command:
63
+```sh
64
+pip install -r requirements.txt --break-system-packages
65
+```
66
+
67
#### Configuration Variant A:
68
Define your configuration:
69
edit `HoymilesZeroExport_Config_Override.ini`.
0 commit comments