Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (27 loc) · 1.41 KB

QGIS_installation.md

File metadata and controls

31 lines (27 loc) · 1.41 KB

QGIS version

  • Tested on the mac version (64 bits) of QGIS 2.18.20 in plain english version version.png

QGIS Plugin repository

  • Check here the QGIS Python Plugins available (depends according your installed version of QGIS)

Procedures

  • Download QGIS according your operating system. Verify that the chosen version meets the system requeriments installation.png
  • Install the GDAL complete framework
  • Install NumPy
  • Install MatplotLib
  • Install QGIS

How to deal with (our) proxy server

  • Launch QGIS
  • Click on the upper left menu: QGIS > Preferences > Network
  • Tick on Use proxy for web access. On proxy type, choose from the dropdown menu the option: HttpProxy. proxy.png
  • Then on Host: add 192.168.4.1
  • On Port: add 3128
  • On User: add the usual internet user provided
  • On Password: add the usual password provided
  • Click OK

How to install plugins from QGIS

  • In QGIS, from the upper menu, go to Plugins. A dropdown menu will be displayed. Select the Manage and install Plugins... option
  • Automatically it will display this menu plugin.png
  • Select the plugin that wish to install. Then click on Install plugin option on the lower right of the menu. Once installed, click on Close