Using packages installed with pip in Python

  1. Set up installable Python through the link below.
    https://netsarang.atlassian.net/wiki/spaces/ENSUP/pages/1816723519

  2. Run CMD.

  3. Install the Python packages you want to install.

    image-20240229-065218.png

  4. Execute the script in Xshell.

  5. Check that the installed Python package is imported properly.

If you see an error such as ModuleNotFoundError: No module named 'Clipboard' that the module cannot be found. Try the following:

  1. Move the script file to be executed in Xshell to the path below.
    C:\Users\ [USER_NAME] \AppData\Local\Programs\Python\Python37-32\Lib\site-packages

  2. Execute the script in Xshell.