Getting started =============== To use Ansys SCADE API Tools, 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-apitools`` 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 for installing Ansys SCADE API Tools in user mode. If you want to contribute to Ansys SCADE API Tools, see :ref:`contribute_SCADE_API_tools` for the steps for installing in developer mode. #. Before installing Ansys SCADE API Tools in user mode, run this command to ensure that you have the latest version of `pip`_: .. code:: bash python -m pip install -U pip #. Install Ansys SCADE API Tools with this command: .. code:: bash python -m pip install ansys-scade-apitools .. toctree:: :maxdepth: 1 :caption: Contents: .. LINKS AND REFERENCES .. _pip: https://pypi.org/project/pip/