From 32ed5e0b6b6f29abfcb54106e9aa78ed7cca1537 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Sat, 16 May 2026 22:32:15 +0200 Subject: [PATCH] Add version pins to older Update Red instructions (#6752) --- docs/update_red.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/update_red.rst b/docs/update_red.rst index 29a55b746..93a81c737 100644 --- a/docs/update_red.rst +++ b/docs/update_red.rst @@ -88,7 +88,7 @@ If you have a Red version between 3.5.0 and 3.5.24, you can upgrade by following .. prompt:: batch :prompts: (redenv) C:\\> - python -m pip install -U Red-DiscordBot + python -m pip install -U "Red-DiscordBot==3.5.25" .. attention:: @@ -115,7 +115,7 @@ If you have a Red version between 3.5.0 and 3.5.24, you can upgrade by following .. prompt:: bash :prompts: (redenv) $ - python -m pip install -U Red-DiscordBot + python -m pip install -U 'Red-DiscordBot==3.5.25' .. attention:: @@ -142,7 +142,7 @@ If you have a Red version between 3.2.0 and 3.4.19, you can upgrade by following .. prompt:: batch :prompts: (redenv) C:\\> - python -m pip install -U Red-DiscordBot + python -m pip install -U "Red-DiscordBot==3.5.25" .. attention:: @@ -181,7 +181,7 @@ If you have a Red version between 3.2.0 and 3.4.19, you can upgrade by following .. prompt:: bash :prompts: (redenv) $ - python -m pip install -U Red-DiscordBot + python -m pip install -U 'Red-DiscordBot==3.5.25' .. attention::