Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions news/1 Enhancements/17590.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Update homebrew instructions to install python 3.
(thanks [Carolinekung2 ](https://github.com/Carolinekung2))
2 changes: 1 addition & 1 deletion resources/walkthrough/install-python-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
If you have [Homebrew](https://brew.sh/) installed, you can install Python by running the following command in the terminal (<kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>`</kbd>):

```
brew install python
brew install python3
```

If you don't have Homebrew, you can download a Python installer for macOS from [python.org](https://www.python.org/downloads/mac-osx/).
Expand Down