Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update readme to include some more directions on creating the venv and updating pip
This matches more closely with instructions for chia-dev-tools
  • Loading branch information
emlowe authored and PoorMansChiaFarm committed Jun 7, 2023
1 parent 3435118 commit 1a97930
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 1a97930

Please sign in to comment.