Installing Render Engine
In order to use render engine, you must have python 3.10 installed. You can download python from python.org.
- Linux/MacOS: python.org
- Windows: Microsoft Store
Render Engine is available in PyPI and can be installed using pip:
pip install render-engine
To use the cli, install the cli extras
pip install render-engine[cli]
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