diff --git a/core/installation/methods/pypi.rst b/core/installation/methods/pypi.rst index 486213f88a..c2b21e5f24 100644 --- a/core/installation/methods/pypi.rst +++ b/core/installation/methods/pypi.rst @@ -31,3 +31,9 @@ Python Package Manager (`pip `_) as follows: .. code-block:: bash python3 -m pip install -U platformio + +Or using Astral (`uv `_) as follows: + +.. code-block:: bash + + uv tool install platformio