Adding Python Library

Adding Python Library

To use an external Python library in UltimateAccess Web, additional installation steps are required.

  1. Install Python.

  2. Move to the [UltimateAccess Web Installation Path]\x86\python\Scripts .

 

image-20240604-155147.png

 

  1. Type “cmd” to the address bar to run the command prompt.

image-20240604-155239.png

 

  1. Enter the command to start installing the library.

pip install [Library Name] --trusted-host pypi.org

 

 

 

  1. Now the user may import the installed library in the script editor.

 

 

  • This procedure must be performed while the PC is connected to the internet.