From 0366d9370f740ab5d808aa8a8ca544feb8ddf920 Mon Sep 17 00:00:00 2001 From: mmelih Date: Mon, 27 Dec 2021 22:23:01 +0300 Subject: [PATCH] Update README.md resolves #32 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8470d14..a3d77c2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This modules allows you to create, mint, transfer and burn NFTs on the Solana bl ## Setup First, clone down the repository -Create a virtual environment and install the dependencies in `requirements.txt`. Be sure to use a version of Python >= 3.6 +Create a virtual environment and install the dependencies in `requirements.txt`. Be sure to use a version of Python >= 3.7 ```bash python3 -m virtualenv venv