Issue #41, removing PySide, pyqt4 comments

This commit is contained in:
Doug 2020-03-12 14:27:42 -04:00
parent 44c7dabd0e
commit 2c5ceee282
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ Dependencies for ``natcap.invest`` are listed in ``requirements.txt``:
Additionally, a python binding for Qt is needed to use the InVEST GUI, but is
not required for development against ``natcap.invest``. InVEST uses the
interface library ``qtpy`` to support ``PyQt4``, ``PyQt5``, ``PySide``, and
``PySide2``. In our experience, ``PyQt4`` and ``PySide2`` have been easiest
interface library ``qtpy`` to support ``PyQt5`` and ``PySide2``. In our
experience, ``PyQt5`` and ``PySide2`` have been easiest
to work with. One of these bindings for Qt must be installed in order to use
the GUI.