Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
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

En prévision de l'arrivée de la forge institutionnelle INRAE, nous vous invitons à créer vos nouveaux projets sur la forge MIA.

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

Home · Changes

Page history
Update home authored 5 years ago by Veyssier Julien's avatar Veyssier Julien
Hide whitespace changes
Inline Side-by-side
Showing
with 35 additions and 1 deletion
+35 -1
home.md
View page @ 2cdbfc98
# HRU delin QGIS plugin
This plugin has been tested and works on GNU/Linux, MacOS and Windows.
\ No newline at end of file
This plugin has been tested and works on GNU/Linux and Windows.
## Install
Install the zip archive. There also are a few dependencies:
* Python3 pandas
* Python3 dbf
### Windows
Pandas is already included in the Python3 embedded in QGIS for Windows.
You still need to install dbf module in this embedded Python. 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
# and
python3 -m pip install dbf
```
### GNU/Linux
Simply install those modules with your package manager. For example, on Debian/Ubuntu/Mint/..., you can run this:
```
sudo apt install python3-pandas python3-dbf
```
If you don't have administrator rights and pip3 is installed on your machine, you can install those modules by running:
```
pip3 install --user pandas dbf
```
\ No newline at end of file
Clone repository
  • devdoc
  • Home
  • optdependency
  • userdoc

Menu

Explore Projects Groups Topics Snippets