Update macOS doc

This commit is contained in:
David E. Myers 2020-07-08 07:25:21 -04:00
parent 3f86ae0713
commit d44a6c5e52
No known key found for this signature in database
GPG key ID: D871FCA54815086C

View file

@ -32,13 +32,14 @@ The install command below takes care of initializing the CA certificate store.
#### Installation #### Installation
``` ```
brew install python3 brew install python@3.7
brew link --force python@3.7
``` ```
After installation open a new tab or window in Terminal and verify that the command `which python3` returns `/usr/local/bin/python3`. After installation open a new tab or window in Terminal and verify that the command `which python3` returns `/usr/local/bin/python3`.
#### Removal #### Removal
``` ```
brew uninstall python3 brew uninstall python@3.7
``` ```
### Option 2: Install a package from Python.org ### Option 2: Install a package from Python.org