Skip to content

Commit

Permalink
Added more instructions regarding local network setup in the README (#15
Browse files Browse the repository at this point in the history
)
  • Loading branch information
u-hubar authored Aug 28, 2023
2 parents f86b1e6 + 26e7ad5 commit 4965f07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ ___
* python `>=3.11`
* poetry `>=1.5.1`


In order to use in the local environment, make sure to [run the local DKG network](https://github.com/OriginTrail/ot-node?tab=readme-ov-file#local-network-setup).

___
<br/>

Expand All @@ -210,7 +213,7 @@ Install dependencies:
poetry install
```

Now you can run a demo example file:
Now you can run a demo example file (you need to have the local DKG network running):
```bash
python3 examples/demo.py
```
Expand Down

0 comments on commit 4965f07

Please sign in to comment.