Skip to content

Commit

Permalink
Add a note about disabling App Installer entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
rblank committed Aug 22, 2024
1 parent f63a30a commit 0bcf115
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ t-doc requires the following software to be installed:
winget install --id Python.Python.3.12
```

- Check that Python can be launched from the command-line, by running:

```{code-block} shell-session
python
```
If this opens the Microsoft Store, open Windows settings, search for "App
execution aliases", and disable the "App Installer" entries for `python.exe`
and `python3.exe`.
- Install [Graphviz](https://graphviz.org/). The installer must be run
interactively and the **"Add Graphviz to the system PATH for all users"**
option must be enabled.
Expand Down

0 comments on commit 0bcf115

Please sign in to comment.