InvenTree : Corriger l'installation de plugin — ERROR: You must give at least one requirement to install (voir "pip help install")

Problème

Vous voulez installer un plugin dans InvenTree depuis un dépôt git :

InvenTree une exigence

mais vous voyez le message d’erreur suivant :

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

Solution

Vous devez utiliser git+https au lieu de simplement https comme URL, par exemple

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

Consultez les articles similaires par catégorie : InvenTree Python