Skip to content

Commit

Permalink
Fix Windows installation script (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyano authored Nov 8, 2024
1 parent f72e950 commit 89bb201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installing_cpython.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ and installing the free-threaded binaries is also possible:

```powershell
$url = 'https://www.python.org/ftp/python/3.13.0/python-3.13.0-amd64.exe'
Invoke-WebRequest -Uri $url -OutFile 'python.exe'
python.exe /quiet Include_freethreaded=1
Invoke-WebRequest -Uri $url -OutFile 'python-3.13.0-amd64.exe'
.\python-3.13.0-amd64.exe /quiet Include_freethreaded=1
```

If you are running this script without administrator privileges,
Expand Down

0 comments on commit 89bb201

Please sign in to comment.