Skip to content

Commit 8aa0222

Browse files
author
Matthias Zimmermann
committed
docs: add setup to getting started
1 parent 8da5b00 commit 8aa0222

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/GETTING_STARTED.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,12 @@ seconds = 2000
130130
receipt = client.arkiv.extend_entity(proposal_key, extend_by=seconds)
131131
print("Proposal extension receipt:", receipt.extensions)
132132
```
133+
134+
## Setup
135+
136+
Requirements
137+
- Python: Version 3.10 or higher
138+
- Install:
139+
- `pip install --pre arkiv-sdk`
140+
- `pip install testcontainers websockets`
141+
- RPC: `https://mendoza.hoodi.arkiv.network/rpc`

0 commit comments

Comments
 (0)