From 63df5133a807eb348412ecc884a5c009e5c18913 Mon Sep 17 00:00:00 2001 From: GdoongMathew Date: Mon, 22 Sep 2025 21:54:29 +0800 Subject: [PATCH] docs: fix pip cmd. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 546458bf80bc9..c7b1a3c479e56 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ pip install https://github.com/Lightning-AI/lightning/archive/refs/heads/master. or from testing PyPI ```bash -pip install -iU https://test.pypi.org/simple/ pytorch-lightning +pip install -U -i https://test.pypi.org/simple/ lightning ```