Skip to content

Commit e3c046a

Browse files
authored
Merge pull request hyperledger-indy#672 from lodo1995/patch-1
Fix import in Python getting-started
2 parents 53613e0 + 7620743 commit e3c046a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

samples/python/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Python samples for Indy SDK
22

3-
Some of the samples like `ledger.py`, `getting_started.py` and `main.py` requires validators running. It expects the validators to be either at localhost (127.0.0.1) or an IP configured at environment varaible `TEST_POOL_IP`. There is a validator pool that can be used which resides at `doc/getting-started/docker-compose.yml`, which runs at IP 10.0.0.2.
3+
Each sample can be run individually with `python -m src.<filename without extension>`.
4+
5+
`python -m src.main` will run all samples sequentially.
6+
7+
Some of the samples like `ledger.py`, `getting_started.py` and `main.py` requires validators running. It expects the validators to be either at localhost (127.0.0.1) or an IP configured at environment varaible `TEST_POOL_IP`. There is a validator pool that can be used which resides at `doc/getting-started/docker-compose.yml`, which runs at IP 10.0.0.2.

samples/python/src/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)