add python to macOS install dependencies

This commit is contained in:
Scott Fennell 2022-06-13 10:16:47 -05:00 committed by GitHub
parent ac79af0358
commit c0aed4312f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ xcode-select --install
4. Install the following dependencies using brew (note, we do not currently support installing llvm through brew. Trick WILL NOT work with brew's llvm. See step 5). 4. Install the following dependencies using brew (note, we do not currently support installing llvm through brew. Trick WILL NOT work with brew's llvm. See step 5).
```bash ```bash
brew install java xquartz swig maven udunits openmotif brew install python java xquartz swig maven udunits openmotif
``` ```
IMPORTANT: Make sure to follow the instructions for adding java to your path provided by brew. If you missed them, you can see them again by using `brew info java`. IMPORTANT: Make sure to follow the instructions for adding java to your path provided by brew. If you missed them, you can see them again by using `brew info java`.