InvenTree: исправить ошибку установки плагина — ERROR: You must give at least one requirement to install (see "pip help install")

Проблема

Вы хотите установить плагин в InvenTree из git-репозитория:

InvenTree One Requirement

но видите следующее сообщение об ошибке:

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.git

Check out similar posts by category: InvenTree, Python