Semi-automatic classification plugin installation

From AWF-Wiki
Jump to: navigation, search

Installation guide for MacOS Apple logo.png

  • before you run the plugin in qgis you need to install some python packages
  • open a terminal and install numpy and matplotlib
 pip3 install matplotlib 
 pip3 install numpy 
 pip3 install scipy 
  • if this does not work you have to update pip
 python3 -m pip install --upgrade pip 
  • if this still does not work you have to install Homebrew
 /usr/bin/ruby -e "$(curl –fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • than you can use this to install numpy, matplotlip and scipy
 brew install numpy --with-python3 
 brew install matplotlib --with-python3 
 brew install scipy –with-python3 
Personal tools
Namespaces

Variants
Actions
Navigation
Development
Toolbox
Print/export