InvenTree: corrigir erro You must give at least one requirement to install ao instalar plugin

Problema

Você quer instalar um plugin no InvenTree a partir de um repositório git:

InvenTree One Requirement

mas vê a seguinte mensagem de erro:

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

Solução

Você deve usar git+https em vez de apenas https como URL, por exemplo:

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

Check out similar posts by category: InvenTree, Python