Skip to content

docs: fix shell command with escaped brackets in pip install #6464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

roharon
Copy link

@roharon roharon commented May 5, 2025

Fix the installation command in python/samples/agentchat_chainlit/README.md by properly escaping or quoting package names with square brackets to prevent shell interpretation errors in zsh and other shells.

Why are these changes needed?

[AS-IS]
image

[After fixed]
image

Related issue number

Checks

Fix the installation command in README.md by properly escaping
or quoting package names with square brackets to prevent shell
interpretation errors in zsh and other shells.
Copy link

codecov bot commented May 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.53%. Comparing base (9bbcfa0) to head (5a9346a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6464   +/-   ##
=======================================
  Coverage   79.53%   79.53%           
=======================================
  Files         225      225           
  Lines       16650    16650           
=======================================
  Hits        13242    13242           
  Misses       3408     3408           
Flag Coverage Δ
unittests 79.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@victordibia victordibia enabled auto-merge (squash) May 30, 2025 17:13
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.

2 participants