mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-18 23:06:31 +00:00
Change instructions mentioning python3.x to python3 (#554)
* Change python3.x to python3
This commit is contained in:
parent
b4a2599750
commit
7a64a0b1ea
@ -39,7 +39,7 @@ When a task is currently running (like `Preview` for the docs), it can be restar
|
||||
|
||||
## Preparing Your environment
|
||||
|
||||
It is also possible to set up a more traditional development environment. See the section for your operating system.
|
||||
It is also possible to set up a more traditional development environment. See the section for your operating system. Make sure your Python version is 3.7 or later.
|
||||
|
||||
### Developing on Linux
|
||||
|
||||
@ -78,7 +78,7 @@ When the Linux subsystem is set up, perform install as for Linux.
|
||||
|
||||
```shell
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install python3-pip python3.7-dev python3.7-venv python-wheel-common
|
||||
$ sudo apt-get install python3-pip python3-dev python3-venv python-wheel-common
|
||||
$ sudo apt-get install autoconf libssl-dev libxml2-dev libxslt1-dev libjpeg-dev libffi-dev libudev-dev zlib1g-dev
|
||||
$ sudo apt-get install -y libavformat-dev libavcodec-dev libavdevice-dev libavutil-dev libswscale-dev libavresample-dev libavfilter-dev
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user