From 2648ded2ddf382b66a53f233d4375850fa2fb887 Mon Sep 17 00:00:00 2001 From: Xuefeng Gu Date: Wed, 17 Dec 2025 18:54:28 +0000 Subject: [PATCH] Fix link to pip installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d75739f65..b05813a724 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Check out our [Read The Docs site](https://maxtext.readthedocs.io/en/latest/) or ## Installation -See our installation guide to [install MaxText with pip](https://maxtext.readthedocs.io/en/latest/guides/install_maxtext.html). +See our installation guide to [install MaxText with pip from PyPI](https://maxtext.readthedocs.io/en/latest/install_maxtext.html#from-pypi-recommended). ## Decoupled mode See our guide on running MaxText in decoupled mode, without any GCP dependencies in [Decoupled Mode Guide](https://maxtext.readthedocs.io/en/latest/guides/run_maxtext/decoupled_mode.html).