Installation

VS Code Extension

Use Ply interactively through VS Code.

  1. Install Visual Studio Code: https://code.visualstudio.com/download
  2. Install the Ply VS Code extension:
    • Run Visual Studio Code
    • In the Activity Bar on the left, click the Extensions icon: Extensions Icon
    • Search for “Ply”, and click its Install button.

Command Line Interface

Ply can also be run from the command line. See topic CLI for installation and usage information.

Next Topic: Getting Started