Install packages#
The ansy-sherlock package supports Python 3.7 through Python 3.10 on Windows.
To use PySherlock, you must download and install both the ansys-api-sherlock
and ansys-sherlock packages.
Download the latest
ansys-api-sherlockpackage either by using the followinggit clonecommand or downloading the ZIP file from the Release area of the ansys-api-sherlock GitHub repository.git clone https://github.com/pyansys/ansys-api-sherlock.git
After the pacakge is downloaded, execute these commands to install it:
cd ansys-api-sherlock pip install -e .
Download the latest
ansys-sherlockpackage either by using the followinggit clonecommand or downloading the ZIP file from Release area of the pysherlock GitHub repository.git clone https://github.com/pyansys/pysherlock.git
After the package is downloaded, execute these commands to install it:
cd pysherlock pip install -e .