From 85743ac72b314774a9088d53d6498b42fc3d8b3e Mon Sep 17 00:00:00 2001 From: "Rob Moore (MakerX)" Date: Tue, 17 Sep 2024 09:58:49 +0800 Subject: [PATCH] Added installation as needing algosdk v2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 342f20e4..b5c1133e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Note: If you prefer Python there's an equivalent [Python utility library](https: This library can be installed from NPM using your favourite npm client, e.g.: ``` -npm install @algorandfoundation/algokit-utils +npm install algosdk@2 @algorandfoundation/algokit-utils ``` Then to import it: