Skip to content

Commit 2cecdb0

Browse files
committed
docs: match python-sdk path in README with pyproject.toml
1 parent 5ab4914 commit 2cecdb0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

rest/python/server/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ NOTE: Temporarily the Samples repository expects the SDK at a known relative
4040
filesystem location, as such, the target paths in these example are significant.
4141

4242
```shell
43-
mkdir sdk
44-
git clone https://github.com/Universal-Commerce-Protocol/python-sdk.git sdk/python
45-
pushd sdk/python
43+
git clone https://github.com/Universal-Commerce-Protocol/python-sdk.git
44+
pushd python-sdk
4645
uv sync
4746
popd
4847
git clone https://github.com/Universal-Commerce-Protocol/samples.git

0 commit comments

Comments
 (0)