Skip to content

Commit

Permalink
Merge pull request #70 from ConnorB/main
Browse files Browse the repository at this point in the history
Update macOS advanced install with homebrew
  • Loading branch information
mikemahoney218 authored Mar 22, 2024
2 parents fed2af1 + fbe5c02 commit 57428ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ After downloading the package in the link above, you will need to double-click t

Alternatively, participants who are comfortable with the command line can install the geospatial libraries individually using [homebrew](https://brew.sh):

``` bash
$ brew tap osgeo/osgeo4mac && brew tap --repair
```bash
$ brew install proj
$ brew install geos
$ brew install gdal2
$ brew install gdal
```
:::

Expand Down

0 comments on commit 57428ae

Please sign in to comment.