Skip to content

Installing Render Engine

In order to use render engine, you must have python 3.10 installed. You can download python from python.org.

Render Engine is available in PyPI and can be installed using pip:

pip install render-engine

Render Engine also supports multiple parsers and modules. You will need to install them separately.

For example, to use the rss parser, you will need to install the render-engine-rss module:

pip install render-engine render-engine-rss

Continue to Creating Your App