Skip to content

Commit

Permalink
Update Linux section
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 14, 2024
1 parent b2f2302 commit 54af366
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions faq/install-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ is installed by default on all the popular OSs except Windows.
Please navigate to official website and `Download the latest Python <https://www.python.org/downloads/>`_
and install it. Please **READ NOTES BELOW**.

:Linux:
Most linux distributions will include a Python installation already. You may need to ensure that the Python Virtual Environment is installed.

Debian/Ubuntu derivatives have this package in Apt as ``python3-venv``.

``sudo apt install python3-venv`` should be all that is required.

For more details, please check the `platformio-core-installer/issues/85 <https://github.com/platformio/platformio-core-installer/issues/85>`__.

:macOS:
Please read the "Important Information" displayed during installation for information
about SSL/TLS certificate validation and the running the **"Install Certificates.command"**.
Expand All @@ -32,10 +41,3 @@ and install it. Please **READ NOTES BELOW**.
not be available.

.. image:: ../_static/images/python-installer-add-path.png

:Linux:
Most linux distributions will include a Python installation already. You may need to ensure that the Python Virtual Environment is installed.

Debian/Ubuntu derivatives have this package in Apt as ``python3-venv``.

``sudo apt install python3-venv`` should be all that is required.

0 comments on commit 54af366

Please sign in to comment.