mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
add note re: prequisite packages with pip install (#8373)
This commit is contained in:
parent
1bc421380f
commit
18a2a773c0
@ -18,4 +18,10 @@ If you are able to successfully run `python3 --version` but not `pip3`, install
|
||||
$ 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`.
|
||||
On a Debian system, you can also install python3 by `sudo apt-get install python3` and pip3 by `sudo apt-get install python3-pip`.
|
||||
|
||||
If you run into errors during installation, check that you've installed all the necessary prerequisite packages, which include `python3-dev`, `libffi-dev`, and `libssl-dev`. On a Debian-based system, you can install these via `apt-get`:
|
||||
|
||||
```bash
|
||||
$ sudo apt-get install python3-dev libffi-dev libssl-dev
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user