We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8896ad6 commit af5f5d8Copy full SHA for af5f5d8
README.md
@@ -31,20 +31,16 @@ in Python.
31
32
## Installation
33
34
-For now, you can install the SDK using the following commands:
+Install the SDK using pip or uv:
35
36
```bash
37
-# Create a directory for the SDK
38
-mkdir sdk
39
-
40
-# Clone the repository
41
-git clone https://github.com/Universal-Commerce-Protocol/python-sdk.git sdk/python
+pip install ucp-sdk
+```
42
43
-# Navigate to the directory
44
-cd sdk/python
+or
45
46
-# Install dependencies
47
-uv sync
+```bash
+uv add ucp-sdk
48
```
49
50
## Development
0 commit comments