I have a Mac and am very new to this coding stuff..
I’m using a code that includes
import osgeo as gdal
and so I’ve downloaded GDAL from https://pypi.python.org/pypi/GDAL/ which has a folder called “osgeo” and a python script called “gdal”, but when I run the whole code I get the message “ImportError: No module named ‘osgeo’”
Can someone give me the babysteps about how to import this correctly?