Description:
This sample allows you to install and test the import of new python libraries. In this example, the library that was imported is BeautifulSoup4, a library used for scraping information from a webpage.
Note: If the wizard was run using the studio, the library will only be installed for that studio. If a robot is running a process that requires this library, this wizard will have to be run on the robot too.
General Information:
Kryon Studio Version: 19.1.3 (will work on later versions as well)
Preliminary Adjustments:
- In the first step, set the location of the python library package into the file directory variable.
- set the name of the python library package into the package list variable.
Assumptions:
- You have already downloaded the python library package. (it should come as a .tar.gz file)
Process Developer/Contributors:
- Grace Lim