Main Content

Install theMATLABProduction ServerPythonClient

TheMATLAB®Production Server™client APIs are available for download atMATLAB Production Server Client Libraries. In an on-premisesMATLAB Production Serverinstallation, the client APIs are located inMPS_INSTALL/client, where$MPS_INSTALLis theMATLAB Production Serverinstallation location.

SupportedPythonInterpreters

For information about versions of Python®that theMATLAB Production ServerPythonclient supports, seeProduct Requirements & Platform Availability for MATLAB Production Server.

Installation Procedure

TheMATLAB Production ServerPythonclient 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
    cdMPS_INSTALL/client/python
    例2。窗户
    cdMPS_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