Skip to content

Commit cc76318

Browse files
authored
📝 Fix Windows instructions (#82)
Path was not updated on pipx install. Using python to execute pipx ensurepath command.
1 parent a965b94 commit cc76318

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Skip these steps if you already have both of these installed
7777
choco install git
7878
choco install python --version=3.12.2
7979
python -m pip install --user pipx
80-
pipx ensurepath
80+
python -m pipx ensurepath
8181
```
8282

8383
There is no more installation required at this point.

0 commit comments

Comments
 (0)