From 3f117b228adff99d15dd5208809050fda4868fb8 Mon Sep 17 00:00:00 2001 From: celestial-fix Date: Wed, 15 Jul 2026 20:28:46 -0400 Subject: [PATCH] Include installation via Astral uv tool Added installation instructions using Astral's uv tool. --- core/installation/methods/pypi.rst | 6 ++++++ 1 file changed, 6 insertions(+) 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