Installation
Install the five Golden Suite tools via pip. Covers Python 3.10+ requirements, individual and combined installs, and import-based verification.
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.
Was this page helpful?
Edit this page on GitHub