From d1ea8bc6aee35aefc4061b0a3c162d1adeaa4d40 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 11 Jun 2025 20:34:31 +0200 Subject: [PATCH] pipx -> uvx (#7768) --- docs/src/content/overview/installation.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/src/content/overview/installation.md b/docs/src/content/overview/installation.md index 2022500f4..ea57c9ea0 100644 --- a/docs/src/content/overview/installation.md +++ b/docs/src/content/overview/installation.md @@ -59,17 +59,16 @@ on GitHub. If your mitmproxy addons require the installation of additional Python packages, you can install mitmproxy from [PyPI](https://pypi.org/project/mitmproxy/). -While there are plenty of options around[^1], we recommend the installation using pipx: +While there are plenty of options around[^1], we recommend the installation using uvx: [^1]: If you are familiar with the Python ecosystem, you may know that there are a million ways to install Python packages. Most of them (pip, virtualenv, pipenv, etc.) should just work, but we don't have the capacity to provide support for it. -1. Install a recent version of Python (we require at least 3.12). -2. Install [pipx](https://pipxproject.github.io/pipx/). -3. `pipx install mitmproxy` +1. Install [uv](https://docs.astral.sh/uv/). +2. `uvx mitmproxy` (or `uvx --from mitmproxy mitmweb`) -To install additional Python packages, run `pipx inject mitmproxy `. +To install additional Python packages, run `uvx --with mitmproxy`. ### Docker Images