Installation

Install Golden Suite tools via pip.

Requirements

  • Python 3.10+
  • pip

Install Individual Tools

pip install goldenmatch
pip install goldenpipe
pip install goldencheck
pip install goldenflow
pip install infermap

Install All Tools

pip install goldenmatch goldenpipe goldencheck goldenflow infermap

Verify Installation

python -c "import goldenmatch; print(goldenmatch.__version__)"

Tip: Use a virtual environment to avoid dependency conflicts.