Python/OSM: Difference between revisions
< Python
Jump to navigation
Jump to search
(Created page with "<source lang="bash"> pip3 install GDAL==`gdal-config --version` </source>") |
No edit summary |
||
| Line 1: | Line 1: | ||
{| class="wikitable" | |||
! TODO || Command | |||
|- | |||
| Install GDAL Python bindings | |||
| | |||
<source lang="bash"> | <source lang="bash"> | ||
pip3 install GDAL==`gdal-config --version` | pip3 install GDAL==`gdal-config --version` | ||
</source> | </source> | ||
|} | |||
Latest revision as of 07:01, 17 May 2018
| TODO | Command |
|---|---|
| Install GDAL Python bindings |
pip3 install GDAL==`gdal-config --version`
|