Add steps for loading instance in WSL (#543)

This commit is contained in:
Tom Brien 2020-05-18 11:15:52 +01:00 committed by GitHub
parent 75cfb9950d
commit 12348dcbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: