renderpipeline in panda3d ?

Hello i read january news for panda3d and i found this :
panda3d.org/blog/january-20 … nt-update/

can I use RenderPipeline natively ?
if yes, where to find an example ?
Thanks in advance for your help

You still need to grab RenderPipeline, but you no longer need to compile the C++ portions yourself. In other words, you can now treat RenderPipeline as a Python-only library/dependency.

ok, thanks for your answer !