Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add info/workaround for error "error: externally-managed-environment"
  • Loading branch information
reserve85 authored Aug 23, 2024
1 parent 53d27ab commit f7a32c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ Launch installscript to create zero export service
sudo chmod +x install.sh
sudo ./install.sh
```
if you get an error like "error: externally-managed-environment" you´ll need to install the requirements manually with the following command:
```sh
pip install -r requirements.txt --break-system-packages
```

#### Configuration Variant A:
Define your configuration:
edit `HoymilesZeroExport_Config_Override.ini`.
Expand Down

0 comments on commit f7a32c5

Please sign in to comment.