Installation

Basic Installation

Install FigRecipe from PyPI:

pip install figrecipe

Full Installation

Install with all optional dependencies:

pip install figrecipe[all]

This includes:

  • editor: GUI editor (Django + React)

  • imaging: Image processing (Pillow, scipy)

  • mcp: MCP server for AI integration (fastmcp)

Individual Extras

Install specific extras:

# GUI editor only
pip install figrecipe[editor]

# MCP server only
pip install figrecipe[mcp]

# Image processing only
pip install figrecipe[imaging]

Development Installation

For development:

git clone https://github.com/ywatanabe1989/figrecipe.git
cd figrecipe
pip install -e ".[all,dev]"

Requirements

  • Python 3.9+

  • matplotlib >= 3.5

  • numpy

  • PyYAML