Update esphome-install.sh

to break the "error: externally-managed-environment" on python 3.11+, added "--break-system-packages" option!
This commit is contained in:
Sinan Odabasi 2024-02-01 11:00:50 +01:00 committed by GitHub
parent 8d2e215c96
commit 00ed447c9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ msg_ok "Updated Python3"
msg_info "Installing ESPHome"
mkdir /root/config
$STD pip install esphome tornado esptool
$STD pip install --break-system-packages esphome tornado esptool
msg_ok "Installed ESPHome"
msg_info "Creating Service"