Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (28 loc) · 1.33 KB

Gourmet Recipe Manager

Try it. It's good!

Introduction

Gourmet Recipe Manager is a manager, editor, and organizer for recipes. It has a plugin architecture which allows you to enable extensions to Gourmet's base functionality. For example, there is a nutritional plugin that allows Gourmet to help you calculate nutritional information for any recipe. There are also a wide variety of import and export plugins that let Gourmet read and write recipes in various formats.

Requirements and Installation

We strongly recommend that you make a backup of your recipe database.
As Gourmet is still in early stage of (re)development, make a backup of your recipe database, typically found under $HOME/.gourmet/recipe.db:

cp $HOME/.gourmet/recipes.db $HOME/.gourmet/recipes.db.bak

Installation instruction are found in INSTALL.md.

Development Tests Build

This app has a very long development history. The latest release 0.17.* is still based on python2 which is no longer supported (since 2020).

This fork is an attempt to make Gourmet compatible with python3. Any help is really appreciated!