Installation

This package requires the psyplot package which is installed alongside if you use conda or pip. However see the psyplot documentation for further informations.

How to install

Installation using conda

We highly recommend to use conda for installing psyplot-gui.

You can then install psyplot-gui simply via:

$ conda install -c conda-forge psyplot-gui

Installation using pip

If you do not want to use conda for managing your python packages, you can also use the python package manager pip and install via:

$ pip install psyplot-gui

Dependencies

Required dependencies

Psyplot has been tested for python 2.7 and >=3.7. Furthermore the package is built upon multiple other packages, namely

  • psyplot>=1.4: The underlying framework for data visualization

  • qtconsole>=4.1.1: A package providing the necessary objects for running an inprocess ipython console in a Qt widget

  • fasteners: Which provides an inprocess lock to communicate to the psyplot mainwindow

  • PyQt5: Python bindings to the Qt software

  • sphinx>=1.3.5: To use all features of the interactive documentation access