# Get Started ## Install The Python library can be easily installed with [PyPI](https://pypi.org/project/openae/): ```shell $ pip install openae ``` ## Minimal example ```{literalinclude} ../../bindings/python/examples/features_minimal.py ```