diff --git a/README.md b/README.md index f1e74b4b174ce653d98a964e783238ffb849f64f..4a51a39d2b895366518ae9fe97597bb19c8dea81 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,21 @@ Black, the formatting tool, requires Python 3.6 or higher. poetry install --no-dev ``` -* Have a look at the examples folder -* Run examples from parent folder +### Examples +* Have a look at the `examples` folder +* Run examples from parent folder directly ```bash poetry run python examples/request_data.py ``` +Or from Python interpreter: +```bash +poetry run python +>>> import examples +>>> help(examples) +>>> examples.create_public_key() +``` + * Before submitting a merge requests, please check the static typing and tests. * Install dev dependencies