From af5f5d8fc8acbe628e7c8b271e9ba47475be1e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer?= Date: Mon, 12 Jan 2026 15:43:09 +0300 Subject: [PATCH] Revise SDK installation steps in README Updated installation instructions for the SDK. --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 729cc17..85fe4dd 100644 --- a/README.md +++ b/README.md @@ -31,20 +31,16 @@ in Python. ## Installation -For now, you can install the SDK using the following commands: +Install the SDK using pip or uv: ```bash -# Create a directory for the SDK -mkdir sdk - -# Clone the repository -git clone https://github.com/Universal-Commerce-Protocol/python-sdk.git sdk/python +pip install ucp-sdk +``` -# Navigate to the directory -cd sdk/python +or -# Install dependencies -uv sync +```bash +uv add ucp-sdk ``` ## Development