Skip to content

docs: add Quick Start guide#15

Open
Arvuno wants to merge 2 commits into
agentmail-to:mainfrom
Arvuno:docs/add-quickstart-v3
Open

docs: add Quick Start guide#15
Arvuno wants to merge 2 commits into
agentmail-to:mainfrom
Arvuno:docs/add-quickstart-v3

Conversation

@Arvuno
Copy link
Copy Markdown

@Arvuno Arvuno commented May 30, 2026

Summary

Adds a Quick Start section to the README with basic installation and usage instructions.

Changes

  • Added Quick Start section with installation commands
  • Fixed package name: agentmail-pythonagentmail (correct PyPI package name)
  • Fixed install method: python setup.py installpip install -e .

PR Feedback Response

  • Changed pip install agentmail-python to pip install agentmail (correct package name on PyPI)
  • Changed python setup.py install to pip install -e . (proper Python package installation)

Thanks to the reviewer for catching these issues!


Summary by cubic

Adds a Quick Start guide to the README with correct install steps for the agentmail package. Clarifies install via PyPI (pip install agentmail) or local editable install (pip install -e .).

Written for commit a14aef4. Summary will update on new commits.

Review in cubic

Hermes Agent and others added 2 commits May 23, 2026 10:32
- Change 'pip install agentmail-python' to 'pip install agentmail' (correct package name)
- Replace 'python setup.py install' with 'pip install -e .' (proper method)

Based on cubic-dev-ai bot review feedback.
Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant