piperider icon indicating copy to clipboard operation
piperider copied to clipboard

[Bug] Fix the quotation of pip install message

Open popcornylu opened this issue 3 years ago • 0 comments

change this message in the CLI: Please run 'pip install piperider[csv]' to get the csv connector to Please run "pip install 'piperider[csv]'" to get the csv connector

The original one does not work in zsh

PR checklist

  • [X] Ensure you have added or ran the appropriate tests for your PR.
  • [X] DCO signed

What type of PR is this?

What this PR does / why we need it:

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

popcornylu avatar Oct 03 '22 07:10 popcornylu