Hi -
I am trying to get the install of Home Assistant completed on OS X Yosemite, but after successfully using
pip3 install homeassistant
I receive the following error message:
bash: hass: command not found
when trying to open the configuration UI with
hass --open-ui
Can someone help tell me what I might be doing wrong or if I am missing any packages that need to be installed prior to running either of the commands.
I am running Python 3.5.2
Thanks for any help you can offer!