From 270525a519e143f72470855d848a92e433a9a357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Tue, 26 Jan 2021 13:31:00 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index f3de946..b9d93a8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ +# Ubuntu 16.04 Installing + +wget https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz + +tar zxvf pip-9.0.1.tar.gz + +cd pip-9.0.1 + +sudo python setup.py install + +sudo apt-get install libgdal-dev + +export CPLUS_INCLUDE_PATH=/usr/include/gdal + +export C_INCLUDE_PATH=/usr/include/gdal + +使用检索版本 gdal-config --version。接着: + +sudo pip install GDAL==version + + + # Docker 重建 ```