mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-04 01:58:57 +00:00
730 B
730 B
layout, title, description, date, comments, sharing, footer, ha_category
layout | title | description | date | comments | sharing | footer | ha_category |
---|---|---|---|---|---|---|---|
page | pip3: command not found | pip3: command not found | 2017-06-18 09:00 | false | true | true | Installation |
This utility should have been installed as part of the Python 3.4 installation. Check if Python 3.4 is installed by running python3 --version
. If it is not installed, download it here.
If you are able to successfully run python3 --version
but not pip3
, install Home Assistant by running the following command instead:
$ python3 -m pip install homeassistant
On a Debian system, you can also install python3 by sudo apt-get install python3
d and pip3 by sudo apt-get install python3-pip
.