diff --git a/README.md b/README.md index 0a11848..9b2ec8d 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ in Python. For now, you can install the SDK using the following commands: ```bash -# Create a directory for the SDK -mkdir sdk - # Clone the repository git clone https://github.com/Universal-Commerce-Protocol/python-sdk.git +# Navigate to the directory +cd python-sdk + # Install dependencies uv sync ```