Fix PowerShell script link in installation guide
Updated the link format for PowerShell execution policy documentation.
This commit is contained in:
parent
78c86fb29f
commit
af43332246
1 changed files with 3 additions and 1 deletions
|
|
@ -131,7 +131,9 @@ 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
|
||||
Learn more at `this Microsoft Learn page <powershell>`_.
|
||||
|
||||
.. _powershell: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5
|
||||
|
||||
|
||||
Install Flask
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue