Skip to content

Commit 9c0349c

Browse files
add GDAL to prereqs (#47)
1 parent c722fde commit 9c0349c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
This package does not have a dependency on ArcPy, which means that you can safely extract feature classes locked inside an Esri File GeoDataBase without needing to worry about any ArcGIS licensing.
66

7+
## Prerequisites
8+
9+
This package requires [GDAL](https://gdal.org/) and its development libraries to be installed on your system **before** installing `fgdb_to_gpkg` or its dependencies. For more details please refer to the [official documentation](https://gdal.org/en/stable/download.html).
10+
11+
To confirm GDAL is installed, run:
12+
13+
```bash
14+
gdalinfo --version
15+
# GDAL 3.8.4, released 2024/02/08
16+
```
17+
18+
719
## Installation
820

921
#### Installing from PyPI

0 commit comments

Comments
 (0)