Add troubleshooting help for local env setup (#2554)

* Add troubleshooting help for local env setup

* Fix typo

* Put note after mention of required python version

* Remove code example
This commit is contained in:
Brooks Johnson 2025-02-08 01:11:12 -08:00 committed by GitHub
parent 31b636e88f
commit ed2b5d9b64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,7 +65,11 @@ It is also possible to debug a remote Home Assistance instance (e.g., production
_You only need these instructions if you do not want to use devcontainers._ _You only need these instructions if you do not want to use devcontainers._
It is also possible to set up a more traditional development environment. See the section below for your operating system. Make sure your Python version is 3.12. It is also possible to set up a more traditional development environment. See the section below for your operating system. Make sure your Python version is 3.13.
:::note
If you proceed without the correct Python version installed, you will end up with a virtual environment that is incompatible with Home Assistant. Once you have installed the correct version, remove the `venv` directory and continue with the setup to recreate it with the correct version.
:::
### Developing on Ubuntu / Debian ### Developing on Ubuntu / Debian