diff --git a/news/1 Enhancements/17590.md b/news/1 Enhancements/17590.md new file mode 100644 index 000000000000..1dfcc4b45f3c --- /dev/null +++ b/news/1 Enhancements/17590.md @@ -0,0 +1,2 @@ +Update homebrew instructions to install python 3. +(thanks [Carolinekung2 ](https://github.com/Carolinekung2)) diff --git a/resources/walkthrough/install-python-macos.md b/resources/walkthrough/install-python-macos.md index 616bc5e354ef..470d682d4eb2 100644 --- a/resources/walkthrough/install-python-macos.md +++ b/resources/walkthrough/install-python-macos.md @@ -3,7 +3,7 @@ If you have [Homebrew](https://brew.sh/) installed, you can install Python by running the following command in the terminal (Ctrl + Shift + `): ``` -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/).