Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down