Quick Start
===========

Install the package:

.. code-block:: bash

   pip install pyGXrender

Repository checkout (without installing) for local testing:

.. code-block:: bash

   PYTHONPATH=src python examples/python/cli/RenderExampleMW.py --help

Build these docs locally:

.. code-block:: bash

   pip install -r docs/requirements.txt
   make docs-html

The generated HTML output is written to ``docs/_build/html``.

For full usage examples (CLI, SDK, GUI viewer, observer overrides), see the
top-level ``README.md``.
