Getting started#

To use Ansys SCADE Git Extensions, you must have a valid license for Ansys SCADE.

For information on getting a licensed copy, see the Ansys SCADE Suite page on the Ansys website.

Requirements#

The ansys-scade-git package supports only the versions of Python delivered with Ansys SCADE, starting from 2021 R2:

  • 2021 R2 through 2023 R1: Python 3.7

  • 2023 R2 and later: Python 3.10

Install in user mode#

The following steps are necessary for installing Ansys SCADE Git Extensions in user mode. If you want to contribute to Ansys SCADE Git Extensions, see Contribute for installing in developer mode.

  1. Before installing Ansys SCADE Git Extensions in user mode, run this command to ensure that you have the latest version of pip:

    python -m pip install -U pip
    
  2. Install Ansys SCADE Git Extensions with this command:

    python -m pip install --user ansys-scade-git
    
  3. Complete the installation with this command:

    python -m ansys.scade.git.register