Skip to content

Commit

Permalink
Update macOS advanced install with homebrew
Browse files Browse the repository at this point in the history
osgeo/osgeo4mac is no longer maintained, proj, geos, and gdal can be installed straight from the homebrew repository.
  • Loading branch information
ConnorB authored Mar 7, 2024
1 parent 5f2d7d8 commit 7d69690
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ 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
$ brew install proj
$ brew install geos
$ brew install gdal2
$ brew install gdal
```

:::::::::::::::::::::::::
Expand Down

0 comments on commit 7d69690

Please sign in to comment.