Skip to content

Commit af5f5d8

Browse files
authored
Revise SDK installation steps in README
Updated installation instructions for the SDK.
1 parent 8896ad6 commit af5f5d8

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,16 @@ in Python.
3131

3232
## Installation
3333

34-
For now, you can install the SDK using the following commands:
34+
Install the SDK using pip or uv:
3535

3636
```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
37+
pip install ucp-sdk
38+
```
4239

43-
# Navigate to the directory
44-
cd sdk/python
40+
or
4541

46-
# Install dependencies
47-
uv sync
42+
```bash
43+
uv add ucp-sdk
4844
```
4945

5046
## Development

0 commit comments

Comments
 (0)