Skip to content

Commit

Permalink
numpy in install_dev_osgeo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner authored Sep 22, 2023
1 parent 5fa99b3 commit 9a6dd18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/experimental/install_dev_osgeo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@ else
GDAL_DL_URL="https://download.osgeo.org/gdal/${GDAL_VERSION}/gdal-${GDAL_VERSION}.tar.gz"
fi

## ensure that osgeo.gdal and family get installed for python use https://github.com/OSGeo/gdal/blob/master/swig/python/README.rst
wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip install numpy setuptools

wget "$GDAL_DL_URL" -O gdal.tar.gz
tar -xf gdal.tar.gz
rm gdal*tar.gz
Expand Down

0 comments on commit 9a6dd18

Please sign in to comment.