From 747a280d37011d163473d987fd64a16857810f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B9=C7=9D=CA=9E=C9=B9=C9=90=D4=80=20u=C7=9D=CA=8CS?= Date: Wed, 6 Nov 2024 17:04:36 +0100 Subject: [PATCH 1/2] Update index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added the obvious next step for actually running the TUI which isn’t documented anywhere else. Should help a lot of python noobs out there. --- docs/guide/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guide/index.md b/docs/guide/index.md index 6ec96655..b4716db3 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -17,6 +17,9 @@ curl -LsSf https://astral.sh/uv/install.sh | sh # install Posting (will also quickly install Python 3.12 if needed) uv tool install --python 3.12 posting + +# run the TUI +uv tool run --python 3.12 posting ``` `uv` can also be installed via Homebrew, Cargo, Winget, pipx, and more. See the [installation guide](https://docs.astral.sh/uv/getting-started/installation/) for more information. From ef051eee23b2bd204990efd12000aaa522dd9e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C9=B9=C7=9D=CA=9E=C9=B9=C9=90=D4=80=20u=C7=9D=CA=8CS?= Date: Wed, 6 Nov 2024 17:04:36 +0100 Subject: [PATCH 2/2] Update index.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added the obvious next step for actually running the TUI which isn’t documented anywhere else. Should help a lot of python noobs out there. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d13d0a2e..09606d0e 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,9 @@ curl -LsSf https://astral.sh/uv/install.sh | sh # install Posting (will also quickly install Python 3.12 if needed) uv tool install --python 3.12 posting + +# run the TUI +uv tool run --python 3.12 posting ``` `uv` can also be installed via Homebrew, Cargo, Winget, pipx, and more. See the [installation guide](https://docs.astral.sh/uv/getting-started/installation/) for more information.