Skip to content

Commit

Permalink
Add troubleshooting help for local env setup (#2554)
Browse files Browse the repository at this point in the history
* Add troubleshooting help for local env setup

* Fix typo

* Put note after mention of required python version

* Remove code example
  • Loading branch information
bkjohnson authored Feb 8, 2025
1 parent 31b636e commit ed2b5d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/development_environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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._

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

Expand Down

0 comments on commit ed2b5d9

Please sign in to comment.