Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Installing Universal Controller Universal Controller version 7.0.0 or greater.  This does not have to be on the development host; however, you must be able to access the Controller from the development host. 

  2. Installing Universal Agent Universal Agent version 7.0.0 or greater on the target development host.  Ensure that the agent is connecting to the same OMS server that is being used by the Controller.

  3. Install Visual Studio Code (optional)

    1. Install the Python extension for Visual Studio Code (optional)

    2. Install the Remote Development extension pack (optional)

    3. For additional details on setting up and using Visual Studio Code with WSL, Microsoft provides the following page: "Get started using Visual Studio Code with Windows Subsystem for Linux".

    4. Install UIP VS Code Extension from the Visual Studio Code Marketplace. This can be performed from within the Visual Studio Code IDE by selecting the View→Extensions and typing "UIP" into the search field.
    5. Note: uip-cli can be automatically installed as needed by the UIP VS Code Extension.
  4. Install uip-cli from the PyPi database (optional). The README on the project homepage contains instructions for downloading the CLI and verifying the install. Note: If using the UIP VS Code Extension, the uip-cli install can be performed automatically as needed.

...