Skip to content

Commit

Permalink
fix: py docs -> install tableland, not web3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dtbuchholz committed Apr 8, 2024
1 parent 26667e4 commit 7091da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/playbooks/frameworks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,21 +178,21 @@ The [`tableland`](https://github.com/dtbuchholz/tableland-py) Python library han
<TabItem value="pip" label="pip" default>

```bash
pip install web3
pip install tableland
```

</TabItem>
<TabItem value="poetry" label="poetry">

```bash
poetry add web3
poetry add tableland
```

</TabItem>
<TabItem value="pipenv" label="pipenv">

```bash
pipenv install web3
pipenv install tableland
```

</TabItem>
Expand Down

0 comments on commit 7091da8

Please sign in to comment.