How to add ImapLibrary?

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

rcc is a tool that exists only in robocorp ecosystem. If you are not using robocorp - tool to install external libraries is python’s own pip and installation instructions are here: GitHub - lasselindqvist/robotframework-imaplibrary2: IMAP email testing library for Robot Framework

Thank you for your reply.
So RCC is not available through VS Code application ?

I will then try the manual way as explained, here Adding packages to your robot

I have updated manually the conda.yaml file and it did work.