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