Fixed startup error in FreeCAD 0.20
Error: "cannot import name 'QtWidgets' from 'PySide'"
Solution: PySide2.QtWidgets classes are placed in the PySide.QtGui namespace (https://wiki.freecad.org/PySide)
Updated Readme
Flow chart changed for readability on dark background