mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Update pip to pip3 (#703)
Changing the instruction of "pip install" to "pip3 install" instead, due to the warning: "You're using ESPHome with python 2. Support for python 2 is deprecated and will be removed in 1.15.0. Please reinstall ESPHome with python 3.6 or higher."
This commit is contained in:
parent
13fde1af0c
commit
17d201bc89
@ -14,11 +14,11 @@ Installation
|
||||
|
||||
Installing ESPHome is very easy. All you need to do is have `Python
|
||||
<https://www.python.org/>`__ installed and install the console script through
|
||||
``pip``.
|
||||
``pip3``.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
pip install esphome
|
||||
pip3 install esphome
|
||||
|
||||
Alternatively, there’s also a Docker image available for easy
|
||||
installation (the Docker hub image is only available for AMD64 right now; if you have
|
||||
|
Loading…
Reference in New Issue
Block a user