InvenTree: исправить ошибку установки плагина — ERROR: You must give at least one requirement to install (see "pip help install")
Проблема
Вы хотите установить плагин в InvenTree из git-репозитория:

но видите следующее сообщение об ошибке:
example.txt
ERROR: You must give at least one requirement to install (see "pip help install")Решение
Нужно использовать git+https вместо просто https в URL, например:
example.txt
git+https://github.com/ulikoehler/InventreeBrotherQLLabelPrintServicePlugin.gitIf this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow