diff --git a/README.md b/README.md index 00e2e3a..4a09c32 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,13 @@ ## Setup Instructions - Stop any running wallet/node instances: `chia stop -d all` -- Clone this repo, create/activate a new virtual environment +- Clone this repo, create/activate a new virtual environment and update pip. Note instructions for createing the python venv may vary depending on your OS ```bash git clone https://github.com/Chia-Network/chia-nft-minting-tool.git +cd chia-nft-minting-tool +python3 -m venv venv +source ./venv/bin/activate +pip install --upgrade pip ``` - Install chianft and the necessary chia-blockchain branch (make sure to include the '.' at the end):