白皮书下载
实在智能Agent产品白皮书(7.2.0).pdf
Path to import Python package
发刊日期:
2021/10/15
编辑团队:
实在学院
The steps for importing other Python packages are as follows:
1. Specifically, select the python library to be imported according to your software installation location, and put it into the path similar to C: \ program files (x86) \ z-factory \ resources \ app \ resources \ RPA engine \ 0.10.7. Snapshot0902n \ resource \ extend \ Python or C: \ program files (x86) \ z-factory \ resources \ app \ resources \ RPA engine \ 0.10.7.snapshot0902n;
2. Use the insert code component to import the written file package, such as the import package name;
3. Call with package name. Method




