The procedure for requesting AWR support has changed. Please read all about the new AWR product support process.
Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Included here are step-by-step instructions intended for users who are new to Python and want to run already developed Python scripts. These instructions include downloading and installing Python, installing the few required modules needed to interface with AWR Design Environment (AWRDE), and how to run an Integrated Development Environment (IDE) that comes with the standard Python install. For users more familiar with Python and want installation instructions more intended for code development please use this link for standard Python install or this link for installing from the Anaconda distribution.

Python Install

  • From a web browser, navigate to the Python.org website:   https://www.python.org
  • Click on Downloads > Downloads for Windows. Click on the Python x.xx.x button to download the installer
  • In a file browser, navigate to the the directory where the Python installer is located and open the python-x.xx.x-amd64.exe file
  • Check Add Python x.xx to PATH and then click on Install Now
  • After installation is complete, verify that the installation was successful and that the PATH is being recognized
    • Open Windows Command Prompt application. Windows Start > Windows System > Command Prompt
    • In the Command Prompt window type python -V and ensure Python x.xx.x is displayed:

...