Installation

Requirements

The Chat Console requires Qt, such as PyQt5, PyQt4, or PySide.

Note: Make sure that Qt is installed. Unfortunately, Qt cannot be installed using pip. The next section gives instructions on installing Qt.

Installing Qt (if needed)

We recommend installing PyQt with conda:

conda install pyqt

or with a system package manager. For Windows, PyQt binary packages may be used.

Install Chat Console using pip

To install:

pip install chconsole