I want to run Python scripts inside the qBottrrent docker container.
I need to install modules.
I assume I need to install Python modules via pip.
How do I get install modules using pip?
In addition to following the instructions, I had to install the module by adding --break-system-packages:
pip install qbittorrent-api --break-system-packages
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.