This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
Replies: 2 comments 14 replies
-
I'm not sure what you're asking. If you're wanting to update Python to 3.12 follow #2458 |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
tteck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to upgrade my instance of Home Assistant that I created using the Core script. From reading the script and other research, it looks like I just need to do the following:
cd /srv/homeassistant
source bin/activate
pip3 install --upgrade homeassistant
Just pip was used in the script so I'm not sure pip3 is needed. Is this the correct procedure for the script install?
Beta Was this translation helpful? Give feedback.
All reactions