Installation

Make sure you have Python 3 and that the expected version is available from your command line. You can check this by running:

$ python --version

If you do not have Python, please install the latest 3.x version from python.org.

Additionally, make sure you have pip available. You can check this by running:

$ pip --version

If pip isn’t already installed, please refer to the Installing Packages Tutorial from the Python Packaging Authority.

Installing ansys-dcs-client is as simple as, on Windows:

$ pip install "%AWP_ROOT241%\dcs\share\python_client\ansys_dcs_client-24.1.0-py3-none-any.whl"

on Linux:

$ pip install /usr/ansys_inc/v241/dcs/share/python_client/ansys_dcs_client-24.1.0-py3-none-any.whl

The following dependencies are automatically installed through pip (if not already available):