Skip to content

Commit 7d69690

Browse files
authored
Update macOS advanced install with homebrew
osgeo/osgeo4mac is no longer maintained, proj, geos, and gdal can be installed straight from the homebrew repository.
1 parent 5f2d7d8 commit 7d69690

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

learners/setup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ After downloading the package in the link above, you will need to double-click t
6161
Alternatively, participants who are comfortable with the command line can install the geospatial libraries individually using [homebrew](https://brew.sh):
6262

6363
```bash
64-
$ brew tap osgeo/osgeo4mac && brew tap --repair
6564
$ brew install proj
6665
$ brew install geos
67-
$ brew install gdal2
66+
$ brew install gdal
6867
```
6968

7069
:::::::::::::::::::::::::

0 commit comments

Comments
 (0)