The Python interface can be found in the source tree,
under the python/recoll
directory.
The normal Recoll build procedure (see above) installs the API package for both Python2 and Python3. The Python2 version will probably go away in the near future.
The python/recoll/
directory contains
the usual setup.py
. After configuring and
building the main Recoll code, you can use the script to build and
install the Python module for a non-standard Python version.
cd recoll-xxx/python/recoll
pythonX setup.py build
sudo pythonX setup.py install