|
|
# Optional dependencies
|
|
|
|
|
|
CircleKill module can optionally produce topology dbf files if you install **dbf** Python3 module.
|
|
|
|
|
|
### Windows
|
|
|
|
|
|
You need to install the dbf module in the Python3 embedded in QGIS for Windows. For that:
|
|
|
|
|
|
* Open a file explorer and go to your QGIS installation directory (something like `C:/Program Files/QGIS 3.10`)
|
|
|
* Right-click `OSGeo4W` command file and select `run as administrator`.
|
|
|
* In the freshly opened command line window, run those two commands:
|
|
|
|
|
|
```
|
|
|
py3_env
|
|
|
python3 -m pip install dbf
|
|
|
```
|
|
|
|
|
|
### GNU/Linux
|
|
|
```
|
|
|
sudo apt install python3-dbf
|
|
|
# OR
|
|
|
pip3 install --user dbf
|
|
|
``` |
|
|
\ No newline at end of file |