Install Qaekwy Python with PyPI

To start harnessing the power of Qaekwy’s constraint-based modelling and optimization capabilities, you’ll need to set up the Qaekwy Python Client. This client allows you to interact with Qaekwy’s solver engines seamlessly, enabling you to formulate, submit, and solve complex problems efficiently.

Prerequisites

Before you proceed, ensure you have the following:

  • Python 3.8 or later installed on your machine.
  • A stable internet connection to access the Qaekwy DirectEngine cloud instance.

Installation Steps

Install the Qaekwy Python Client:

pip install qaekwy

This command will download and install the necessary packages to enable interaction with Qaekwy’s solver engines.

Verify the Installation

After the installation is complete, you can verify it by running the following command:

python -m qaekwy --version

This command should display the version number of the Qaekwy Python Client, confirming that the installation was successful.