Skip to content
Open
Changes from 1 commit
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
2 changes: 2 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ Before you work on your project, activate the corresponding environment:
Your shell prompt will change to show the name of the activated
environment.

In windows, PowerShell scripts such as the venv activation script are blocked by default. To fix this, you should open PowerShell and run the command Set-ExecutionPolicy AllSigned or another policy that allows PowerShell scripts. Learn more at https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-7.5
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't comment on whether this makes sense since I'm, not very familiar with PowerShell, but this line is excessively long compared to any other lines in this file.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made it ever so slightly shorter, but wasn’t quite sure how to shorten it by a large amount

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was talking about adding linebreaks, not actually shortening the content ;)

Copy link
Member

@ThiefMaster ThiefMaster Oct 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, being a rst file, links should be correctly marked as links and not just plaintext urls. You can check other links in the same file for examples on how that's done.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’ve added line breaks, but I’ve never used rst before and can’t figure out how to do the links…

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Figured them out now, I was using the wrong type of apostrophe 🤦



Install Flask
-------------
Expand Down