Revise SDK installation steps in README#1
Revise SDK installation steps in README#1angryfoxx wants to merge 1 commit intoUniversal-Commerce-Protocol:mainfrom
Conversation
|
Thanks for you contribution. uv add ucp-sdk won't work if the pyproject.toml is not present. Can you add language around the dependency required to run uv-add? If not just remove that instruction. |
no uv add works fine even if we dont specify in pyprojecttoml |
|
I think you misunderstood my comment. Any user who is just following the instructions will run into an error if they are not in an initialized project directory. Either you add "uv init" command before running "uv add ucp-sdk" or you add some verbiage that the command should run from an initialized project directory. |
Updated installation instructions for the SDK.
|
@aksbro-gpu get it, fixed |
Replace clone-based installation with PyPI instructions (pip/uv), add usage examples showing model imports and validation, add a model package reference table, and add PyPI/license badges. Closes Universal-Commerce-Protocol#1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace clone-based installation with PyPI instructions (pip/uv), add usage examples showing model imports and validation, add a model package reference table, and add PyPI/license badges. Closes Universal-Commerce-Protocol#1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace clone-based installation with PyPI instructions (pip/uv), add usage examples showing model imports and validation, add a model package reference table, and add PyPI/license badges. Closes Universal-Commerce-Protocol#1
* docs: improve README with PyPI install, usage examples, and badges Replace clone-based installation with PyPI instructions (pip/uv), add usage examples showing model imports and validation, add a model package reference table, and add PyPI/license badges. Closes #1 * docs: address review feedback on README examples Remove unused LineItem and Total imports from usage example. Move serialization inside try-except block and add missing Checkout import in validation example. * docs(readme): address PR review comments and fix prettier formatting * docs(readme): drop redundant Pydantic sentence in Usage section * docs(readme): replace Usage lead-in with example framing
Updated installation instructions for the SDK.