Main Content

Install the MATLAB Production Server Python Client

The MATLAB® Production Server™ client APIs are available for download at MATLAB Production Server Client Libraries. In an on-premises MATLAB Production Server installation, the client APIs are located in MPS_INSTALL/client, where $MPS_INSTALL is the MATLAB Production Server installation location.

Supported Python Interpreters

For information about versions of Python® that the MATLAB Production Server Python client supports, see Product Requirements & Platform Availability for MATLAB Production Server.

Installation Procedure

The MATLAB Production Server Python client provides a standard Python setup script. This script installs the required modules into your Python environment.

  1. Navigate to the Python client API folder.

    Example 1. UNIX
    cd MPS_INSTALL/client/python
    Example 2. Windows
    cd MPS_INSTALL\client\python
  2. Run the setup script. You require write and execute permissions in the directory where you run the script.

    python setup.py install

Related Topics