diff --git a/qbittorrent/README.md b/qbittorrent/README.md new file mode 100644 index 0000000..f294cef --- /dev/null +++ b/qbittorrent/README.md @@ -0,0 +1,15 @@ +# assign_category.py + + + +# docker-compose-qbittorrent.yml + + + +# extra_packages.sh + +This script goes in the `/custom_script` volume folder for **qbittorrent** container. It will install three programs. + +- **python3:** This is the dependant programming language needed. +- **pip3:** Package install for python. +- **qbittorrent-api:** Client API used to interact with qbittorrent over web or CLI.