How to Install third-party python dependancies

I want to install routeros_api in my custom app but when i run pip install routeros-api it says its has been installed but when i import and use it it doesn’t work. How can I do it?

Hi @bkings12:

You have to import into your virtual environment.
Easy way:

bench console

Into console:
pip install routeros-api

Hope this helps.

Thank you. I will try it and revert back.