Getting started#
This section describes how to install Ansys Common Tools in user mode. If you are interested in contributing to Ansys Common Tools, see Contribute for information on installing in developer mode.
Installation#
To use pip to install Ansys Common Tools, run this command:
pip install ansys-tools-common
Alternatively, to install the latest version from this library’s GitHub repository, run these commands:
git clone https://github.com/ansys/ansys-tools-common
cd ansys-tools-common
pip install .