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:
João Vitor Miranda Roma 2020-07-23 21:42:16 +00:00 committed by GitHub
parent 13fde1af0c
commit 17d201bc89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, theres also a Docker image available for easy
installation (the Docker hub image is only available for AMD64 right now; if you have