Skip to content
Merged
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
8 changes: 4 additions & 4 deletions docs/pages/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Setup
# For MacOS/Linux:
. .venv/bin/activate
# For Windows CMD:
venv\Scripts\activate.bat
.venv\Scripts\activate.bat
# For Windows PowerShell:
venv\Scripts\Activate.ps1
.venv\Scripts\Activate.ps1

pre-commit install

Expand Down Expand Up @@ -51,9 +51,9 @@ Common development tasks
# For MacOS/Linux:
. .venv/bin/activate
# For Windows CMD:
venv\Scripts\activate.bat
.venv\Scripts\activate.bat
# For Windows PowerShell:
venv\Scripts\Activate.ps1
.venv\Scripts\Activate.ps1

poe docs # Renders documentation from docs/ folder
poe format # Executes automatic formatter for style consistency
Expand Down