From 1b295dbd698cbe5e237d38288b467e5335b6c0df Mon Sep 17 00:00:00 2001 From: yamthedoor <117056411+yamthedoor@users.noreply.github.com> Date: Tue, 21 Oct 2025 11:10:45 +0200 Subject: [PATCH] Update Python package to the correct one, cdp is not the Coinbase cdp. The Coinbase CDP is cdp-sdk. --- getting-started/quickstart-for-sellers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/quickstart-for-sellers.md b/getting-started/quickstart-for-sellers.md index 9b4cc3c..4dc8409 100644 --- a/getting-started/quickstart-for-sellers.md +++ b/getting-started/quickstart-for-sellers.md @@ -69,7 +69,7 @@ Full example in the repo [here](https://github.com/ethanniser/x402-mcp/tree/main ```bash pip install x402 -pip install cdp # for the mainnet facilitator +pip install cdp-sdk # for the mainnet facilitator ``` {% endtab %} {% endtabs %}