Lesson 1: Installation

The QPLEX Python Package requires Python 3. Make sure it is available in your work environment.

Then install the QPLEX Python Package, as follows:

pip3 install qplex

If you get this error message:

ERROR: Could not build wheels for qplex, which is required to install pyproject.toml-based projects

then you need a C++ compiler. We recommend:

Mac

Xcode

Windows

MSVC

Linux

GCC