Install PyWorkbench locally in Windows#

This page explains how to install PyWorkbench locally on a Windows platform.

Note

The following instructions assume that you have a local installation of Workbench and a valid license in your machine.

Download artifacts#

Start by downloading PyWorkbench wheel or source artifacts for Windows. Wheel artifacts are the preferred option for installing PyWorkbench.

Wheel artifacts for installing PyWorkbench:

Artifact

ansys_workbench_core-0.9.dev0-py3-none-any.whl

Size

0.02 MB

SHA-256

7972d0713c7e5bd7527cff1c84978fe70daf1bce4ebba502700f536a0c2e6f1f

Source distribution for installing PyWorkbench:

Artifact

ansys_workbench_core-0.9.dev0.tar.gz

Size

0.01 MB

SHA-256

f361c77401f9e894eab773769ae5b6a96a0f999a48a5cbe51647893b0e8ccf78

Install artifacts#

Install Windows artifacts by using the pip command:

python -m pip install ansys_workbench_core-0.9.dev0-py3-none-any.whl
python -m pip install ansys_workbench_core-0.9.dev0.tar.gz

Verify installation#

Verify a successful installation of PyWorkbench by running:

from ansys.workbench.core import launch_workbench


launch_workbench()