Skip to content

Commit

Permalink
Merge pull request #641 from Chia-Network/update-pip-install-bulk-min…
Browse files Browse the repository at this point in the history
…t-guide

Update pip install command
  • Loading branch information
BrandtH22 authored Aug 12, 2024
2 parents d5e1972 + da47e91 commit 4c20ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/nft/nft-bulk-mint.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ python3 -m venv venv
4. Install the bulk minting tool. This will install a copy of Chia in your virtual environment, as well as all other dependencies for the tool:

```bash
pip install --editable .[dev]
pip install --editable '.[dev]'
```

## Configure Chia to use the bulk minting tool
Expand Down

0 comments on commit 4c20ecb

Please sign in to comment.