Improve README with Quick Start guide and Graphviz installation steps#1527
Improve README with Quick Start guide and Graphviz installation steps#1527Aditya-Deshwal23 wants to merge 8 commits intoapache:mainfrom
Conversation
|
@Aditya-Deshwal23 can you rebase the branch please? |
1f90f9a to
88e85a3
Compare
@skrawcz Rebased the branch as requested. Please review again. |
|
Hi @skrawcz, I’ve rebased the branch and addressed the feedback. Could you please take another look when you get a chance? Thanks! |
docs: update python version to 3.9+ Co-authored-by: Stefan Krawczyk <stefan@dagworks.io>
docs: add LLM workflows mention Co-authored-by: Stefan Krawczyk <stefan@dagworks.io>
|
Hi @skrawcz, I’ve addressed the requested changes and pushed the updates, including the Quick Start improvements and formatting fixes. |
Aditya-Deshwal23
left a comment
There was a problem hiding this comment.
updated to use builder pattern and verified example runs correctly
I don't think so. Can you show it running? |
Updated the README to include module attachment and corrected code execution steps.
Aditya-Deshwal23
left a comment
There was a problem hiding this comment.
updated to pass a module instead of name. I ran this in a notebook/Replit and it works. Does this look correct to you?
Summary
Added a Quick Start section and improved Graphviz installation instructions in the README.
Motivation
The current README is comprehensive but lacks a minimal working example for beginners.
This change helps new users quickly understand how to use Apache Hamilton with a simple example.
Changes
Impact
Improves onboarding experience for new users and reduces setup friction.