Install the MATLAB Production Server Python Client

Supported Python Interpreters

The MATLAB® Production Server™ Python® client supports Python v. 2.7 (https://www.python.org/download/releases/2.7.7/).

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. Change into the Python client folder.

    UNIX

    cd MPS_INSTALL/client/python

    Windows

    cd MPS_INSTALL\client\python
  2. Run the setup script.

    python setup.py install
Was this topic helpful?