Skip to content

Commit

Permalink
Merge pull request #399 from Chia-Network/cat-tutorial-install-depend…
Browse files Browse the repository at this point in the history
…encies

Update cat admin tool tutorial for dependencies install
  • Loading branch information
BrandtH22 committed Oct 17, 2023
2 parents dccb17b + 4ab63c3 commit 6b6acbd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/guides/cat/cat-creation-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,18 @@ Install the tool:
pip install .
```

Install chia dev tools:

```bash
pip install chia-dev-tools --no-deps
```

Install pytest:

```bash
pip install pytest
```

</TabItem>

<TabItem value="windows" label="Windows">
Expand All @@ -157,6 +169,12 @@ python -m venv venv
.\venv\Scripts\Activate.ps1
```

Install the prerequisites:

```bash
pip install --upgrade pip setuptools wheel
```

Install the tool:

```bash
Expand Down

0 comments on commit 6b6acbd

Please sign in to comment.