Skip to content

Commit f7a32c5

Browse files
authored
Update README.md
add info/workaround for error "error: externally-managed-environment"
1 parent 53d27ab commit f7a32c5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ Launch installscript to create zero export service
5959
sudo chmod +x install.sh
6060
sudo ./install.sh
6161
```
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+
6267
#### Configuration Variant A:
6368
Define your configuration:
6469
edit `HoymilesZeroExport_Config_Override.ini`.

0 commit comments

Comments
 (0)