Installing Additional Python Packages
- Updated2025-02-19
- 1 minute(s) read
Installing Additional Python Packages
If you need additional Python packages to run your analysis automation tasks, you can extend the SystemLink Python environment.
- Log in to SystemLink as administrator.
- Open Windows command prompt.
- Change the work directory to C:\Program Files\National Instruments\Shared\Skyline\Python\<latest version>.
- Execute the command python -m pip install <package>, where <package> is the name of the package in PyPI you wish to install.