RPA_Robocorp
一、RCC使用(https://robocorp.com/docs/rcc/workflow)
1. Creat a new bot : rcc create my-robot
2. Adding Python packages: rcc robot libs -a numpy -p --conda conda.yaml
3. Run bot: rcc run
4. Before pushing your robot to Control Room, you can test your robot using the rcc task testrun
command
5. Create a robot.zip
file: rcc robot wrap