Oprava instalace pluginu InvenTree: ERROR: You must give at least one requirement to install (see "pip help install")

Problém

Chcete nainstalovat plugin v InvenTree z git repozitáře:

InvenTree One Requirement

ale zobrazí se následující chybová zpráva:

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

Řešení

Musíte použít git+https místo samotného https jako URL, např.

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

Podívejte se na podobné články podle kategorie: InvenTree, Python