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.

  1. Download the latest ansys-api-sherlock package either by using the following git clone command 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
    
  2. After the pacakge is downloaded, execute these commands to install it:

    cd ansys-api-sherlock
    pip install -e .
    
  3. Download the latest ansys-sherlock package either by using the following git clone command or downloading the ZIP file from Release area of the pysherlock GitHub repository.

    git clone https://github.com/pyansys/pysherlock.git
    
  4. After the package is downloaded, execute these commands to install it:

    cd pysherlock
    pip install -e .