Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • hru-delin-qgis hru-delin-qgis
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.

  • hru-delin-devhru-delin-dev
  • hru-delin-qgishru-delin-qgis
  • Wiki
  • optdependency

optdependency · Changes

Page history
Create optdependency authored May 27, 2020 by Veyssier Julien's avatar Veyssier Julien
Show whitespace changes
Inline Side-by-side
optdependency.md 0 → 100644
View page @ 8e10010f
# 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
Clone repository
  • devdoc
  • Home
  • optdependency
  • userdoc