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.8.0-py3-none-any.whl

Size

0.02 MB

SHA-256

f792114a9293f1b773370583073c68cc28be71ec4fa10cb5a452aaede9944f1a

Source distribution for installing PyWorkbench:

Artifact

ansys_workbench_core-0.8.0.tar.gz

Size

0.01 MB

SHA-256

ab2d15153bce1be3f3e9e7f1538c4b67e43e13a08907a329aaef6fa864e9e7c0

Install artifacts#

Install Windows artifacts by using the pip command:

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

Verify installation#

Verify a successful installation of PyWorkbench by running:

from ansys.workbench.core import launch_workbench


launch_workbench()