From 78c86fb29f833327e55cbaa9d3a87e348e35293c Mon Sep 17 00:00:00 2001 From: MeowyCat1 Date: Sun, 19 Oct 2025 12:03:52 +0100 Subject: [PATCH] Improve readability of PowerShell execution policy instructions Split the PowerShell script execution policy instructions into separate lines for better readability. --- docs/installation.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index f8da161c..56c27207 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -129,7 +129,9 @@ Before you work on your project, activate the corresponding environment: Your shell prompt will change to show the name of the activated environment. -PowerShell scripts such as the venv activation script are blocked by default in Windows. To fix this, run the Set-ExecutionPolicy command to set the policy to AllSigned or another policy that allows scripts. Learn more at https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5 +PowerShell scripts such as the venv activation script are blocked by default in Windows. +To fix this, run the Set-ExecutionPolicy command to set the policy to AllSigned or another policy that allows scripts. +Learn more at https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5 Install Flask