Installing SCP in Ubuntu

From Geomaster, Lda
Revision as of 15:27, 3 June 2018 by Jgrocha (talk | contribs) (Created page with "== Requirements == This SCP is for QGIS 3.x. It uses Python 3.x. Check that you have installed scipy, matplotlib and numpy. To check: === Check requirements === Open Pytho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Requirements

This SCP is for QGIS 3.x. It uses Python 3.x.

Check that you have installed scipy, matplotlib and numpy. To check:

Check requirements

Open Python Console in QGIS:

Captura de ecrã de 2018-06-03 16-19-06.png

Installing

sudo pip3 install scipy matplotlib numpy

or

sudo easy_install3 scipy scipy matplotlib numpy

Confirm requirements

On Python Console in QGIS:

>>> import scipy;
>>> print(scipy.__version__);
1.1.0