## Prequisites
Before you can run the examples, please refer to the [Python Getting Started guide](./../getting_started/python) to install
the library.
## Run the Examples
To run any Python example you need to select any of the
[Python examples](https://github.com/iotaledger/iota.rs/tree/dev/bindings/python/examples) and run it with your local
python interpreter. The following snippet runs `01_get_info.py` from the project root:
```bash
python bindings/python/examples/01_get_info.py
```