mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-21 08:16:29 +00:00
Add steps for loading instance in WSL (#543)
This commit is contained in:
parent
75cfb9950d
commit
12348dcbc4
@ -92,6 +92,10 @@ $ mkdir -p ../config
|
||||
$ hass -c ../config
|
||||
```
|
||||
|
||||
:::tip
|
||||
You may find that you cannot open the development instance via <http://localhost:8123> when using WSL. Instead, within a WSL terminal, find the `inet` address of the `eth0` adaptor by running `ifconfig`. Then use this address to access the development instance, i.e. <http://172.20.37.6:8123>.
|
||||
:::
|
||||
|
||||
### Developing on macOS
|
||||
|
||||
Install [Homebrew](https://brew.sh/), then use that to install Python 3:
|
||||
|
Loading…
x
Reference in New Issue
Block a user