.. _embed: Configure ``findface-facerouter`` to Use Plugins ====================================================== To configure ``findface-facerouter`` to use plugins, do the following: #. Put a plugin into a directory of your choice. You can distribute a set of plugins across several directories. #. Open the ``findface-facerouter`` configuration file. .. code:: sudo vi /etc/findface-facerouter.py .. warning:: The ``findface-facerouter.py`` content must be correct Python code. #. Uncomment the ``plugins_dirs`` parameter and specify the comma-separated list of plugin directories. .. code:: plugins_dirs = '/etc/findface/plugins/video, /etc/findface/plugins/html' #. Save the configuration file.