Cómo arreglar la instalación de plugin en InvenTree: ERROR: You must give at least one requirement to install (see "pip help install")

Problema

Quieres instalar un plugin en InvenTree desde un repositorio git:

InvenTree un requisito

pero ves el siguiente mensaje de error:

example.txt
ERROR: You must give at least one requirement to install (see "pip help install")

Solución

Debes usar git+https en lugar de solo https como URL, por ejemplo:

example.txt
git+https://github.com/ulikoehler/InventreeBrotherQLLabelPrintServicePlugin.git

Echa un vistazo a artículos similares por categoría: InvenTree Python