You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_docs/installation/fedora.markdown
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ $ source bin/activate
39
39
Install Home Assistant itself.
40
40
41
41
```bash
42
-
$ pip3 install homeassistant
42
+
$ pip3 install homeassistant colorlog
43
43
```
44
44
45
-
Check the [autostart](/docs/autostart/systemd/) section in the documentation for further details.
45
+
Check the [autostart](/docs/autostart/systemd/) section in the documentation for further details and the [Firewall section](/docs/installation/troubleshooting/#no-access-to-the-frontend) if you want to access your Home Assistant installation.
0 commit comments