Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ 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 `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
-------------
Expand Down