{{tag>Logiciel}} ====== Gourmand Recipe Manager ====== Gourmand est une variante du gestionnaire de recettes Gourmet : un gestionnaire, un éditeur et un organisateur de recettes. ===== Pré-requis ===== ===== Installation ===== Gourmand est disponible dans les dépôts ubuntu et sous forme Flatpak, AppImage, et wheel Python. Pour l'installation des wheels et Flatpak, il faut une connexion internet. - **sur les dépôts** : **[[apt>gourmand]]** USER@MACHINE:~$ sudo apt install {gourmand,} - **AppImage** : Le fichier AppImage est disponible sur la page [[https://github.com/GourmandRecipeManager/gourmand/releases/]]. Téléchargez-la et marquez-la comme exécutable :USER@MACHINE:~$ chmod +x ./Gourmand-1.0.0-x86_64.AppImageIl est alors possible de l'exécuter en double-cliquant dessus ou en le lançant à partir d'un terminal :USER@MACHINE:~$ ./Gourmand-1.0.0-x86_64.AppImageLe fichier AppImage peut être copié d'un ordinateur à l'autre. - **Flatpak** : Le paquet Flatpak contient l'environnement complet, mais dépend d'autres paquets Flatpak, qui seront installés automatiquement. Comme Gourmand est en développement actif, le flatpak n'est pas disponible sur Flathub, et doit être téléchargé et installé manuellement : - **Installez Flatpak** si ce n'est pas déjà fait :USER@MACHINE:~$ sudo apt-get install flatpak - Exécutez dans un terminal la commande suivante :USER@MACHINE:~$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo USER@MACHINE:~$ sudo flatpak install gourmand-1.0.0.flatpak ... Required runtime for io.github.GourmandRecipeManager.Gourmand/x86_64/master (runtime/org.gnome.Platform/x86_64/3.40) found in remote flathub) Do you want to install it? [Y/n] y une liste de dépendances s'affiche. Acceptez de les installer toutes. À la fin apparaît un message indiquant que l'installation est terminée. Maintenant, le Flatpak peut être lancé à partir du menu des applications, ou en ligne de commande :USER@MACHINE:~$ flatpak run io.github.GourmandRecipeManager.Gourmand - **Python Wheel** : - **Installez les dépendances** :USER@MACHINE:~$ sudo apt-get update USER@MACHINE:~$ sudo apt install --no-install-recommends {python3-{gi,gi-cairo},gir1.2-gtk-3.0,libgirepository1.0-dev,libcairo2-dev,enchant,python3-{bs4,ebooklib,keyring,lxml,pil,cairo,enchant,gi,gst-1.0,gtkspellcheck,requests,reportlab,selenium,setuptools,sqlalchemy,pip,toml},gir1.2-poppler-0.18} - **installez Gourmand** :USER@MACHINE:~$ sudo pip3 install gourmand-1.0.0-py3-none-any.whl - **Vous pouvez maintenant lancer Gourmand dans un terminal** :USER@MACHINE:~$ gourmand First time? Setting you up with yummy recipes. ===== Configuration ===== ===== Utilisation ===== ===== Désinstallation ===== - **Flatpak** :USER@MACHINE:~$ flatpak remove io.github.GourmandRecipeManager.Gourmand ===== Problèmes connus ===== ===== Voir aussi ===== * **(en)** [[https://github.com/GourmandRecipeManager/gourmand|Gourmand Recipe Manager]] ---- //Basé sur << [[https://github.com/GourmandRecipeManager/gourmand|Gourmand Recipe Manager]] >> par cydanil.//