Hello,
I need to use ImapLibrary for my robot but I struggle to add the package.
I have tried to follow those instructions (Adding packages to your robot | Robocorp documentation) but it does not seem to work. Here is the result when typing in the terminal of VC studio
PS C:\Test> rcc robot libs --pip --add robotframework-imaplibrary2==0.4.4 --conda conda.yaml
rcc : The term ‘rcc’ is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1
- rcc robot libs --pip --add robotframework-imaplibrary2==0.4.4 --conda …
-
+ CategoryInfo : ObjectNotFound: (rcc:String) [], CommandNotFoundExcept ion + FullyQualifiedErrorId : CommandNotFoundException
Could you advise how should I do to add the latest library ImapLibrary?
Thank you